diff --git a/libsolidity/codegen/ExpressionCompiler.cpp b/libsolidity/codegen/ExpressionCompiler.cpp index 694ea8fa6..d5a575a7d 100644 --- a/libsolidity/codegen/ExpressionCompiler.cpp +++ b/libsolidity/codegen/ExpressionCompiler.cpp @@ -1914,10 +1914,6 @@ void ExpressionCompiler::endVisit(Identifier const& _identifier) if (!dynamic_cast(*magicVar->type()).isSuper()) m_context << Instruction::ADDRESS; break; - case Type::Category::Integer: - // "now" - m_context << Instruction::TIMESTAMP; - break; default: break; }