From e0ed942519fbf3a5be106fae2d1906b9c217df95 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 6 Dec 2014 02:34:05 +0100 Subject: Removed unused members. --- ExpressionCompiler.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ExpressionCompiler.h') diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index e93d3280..a02cddfc 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -132,10 +132,6 @@ private: CompilerContext& m_context; LValue m_currentLValue; - /// If a "virtual" function (i.e. a bulit-in function without jump tag) is encountered, the - /// actual function is stored here. @todo prevent assignment or store it with assignment - enum class SpecialFunction { NONE, SEND, SHA3, SUICIDE, ECRECOVER, SHA256, RIPEMD160 }; - SpecialFunction m_currentSpecialFunction; }; -- cgit