diff options
author | Gav Wood <i@gavwood.com> | 2015-03-26 01:33:20 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-03-26 01:33:20 +0800 |
commit | 6b50386763142c0619e58e511a57bbaab0867bdc (patch) | |
tree | fd81fda140cacd4d80de8b854a0f416b154b698a /ExpressionCompiler.h | |
parent | 8f8e407306172ab75f5b200c1f1df87bb55fa2a6 (diff) | |
download | dexon-solidity-6b50386763142c0619e58e511a57bbaab0867bdc.tar.gz dexon-solidity-6b50386763142c0619e58e511a57bbaab0867bdc.tar.zst dexon-solidity-6b50386763142c0619e58e511a57bbaab0867bdc.zip |
Clean up some code redundancy.
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Diffstat (limited to 'ExpressionCompiler.h')
-rw-r--r-- | ExpressionCompiler.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ExpressionCompiler.h b/ExpressionCompiler.h index e6caad74..2577d21b 100644 --- a/ExpressionCompiler.h +++ b/ExpressionCompiler.h @@ -42,7 +42,6 @@ class CompilerContext; class Type; class IntegerType; class ArrayType; -class StaticStringType; /** * Compiler for expressions, i.e. converts an AST tree whose root is an Expression into a stream |