aboutsummaryrefslogtreecommitdiffstats
path: root/ExpressionCompiler.h
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-03-26 01:33:20 +0800
committerGav Wood <i@gavwood.com>2015-03-26 01:33:20 +0800
commit6b50386763142c0619e58e511a57bbaab0867bdc (patch)
treefd81fda140cacd4d80de8b854a0f416b154b698a /ExpressionCompiler.h
parent8f8e407306172ab75f5b200c1f1df87bb55fa2a6 (diff)
downloaddexon-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.h1
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