--- a/src/Parser.h Wed Feb 12 06:50:13 2014 +0200 +++ b/src/Parser.h Sun Feb 23 17:21:18 2014 +0200 @@ -46,14 +46,6 @@ class Variable; // ============================================================================ -// -struct UndefinedLabel -{ - String name; - ByteMark* target; -}; - -// ============================================================================ // Mark types // named_enum MarkType @@ -234,7 +226,6 @@ bool mGotMainLoop; int mScopeCursor; bool mCanElse; - List<UndefinedLabel> mUndefinedLabels; int mHighestGlobalVarIndex; int mHighestStateVarIndex;