summaryrefslogtreecommitdiff
path: root/src/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser.h')
-rw-r--r--src/parser.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser.h b/src/parser.h
index 2a0134a6..8ce0a21e 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -115,7 +115,6 @@ struct BaseParser
LangExpr *require( const InputLoc &loc, LangVarRef *varRef, PatternItemList *list );
void contextVarDef( const InputLoc &loc, ObjectField *objField );
- void contextHead( const InputLoc &loc, const String &data, ObjectDef::Type objectType );
void structHead( const InputLoc &loc, const String &data, ObjectDef::Type objectType );
StmtList *appendStatement( StmtList *stmtList, LangStmt *stmt );
ParameterList *appendParam( ParameterList *paramList, ObjectField *objField );