diff options
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 |