summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:39 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 19:10:39 +0000
commit046eb92262d5b865335c5b91f2976c99e78ac5db (patch)
tree44b300e71bcc1df3814b85ce2f8bbe703631e50e /src/parser/antlr_input.cpp
parent9f87faf986fb0de5cca52b8253f68fd429177d47 (diff)
Moving sources copied from libantlr3c to separate file
Diffstat (limited to 'src/parser/antlr_input.cpp')
-rw-r--r--src/parser/antlr_input.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parser/antlr_input.cpp b/src/parser/antlr_input.cpp
index 604502e50..b46e22853 100644
--- a/src/parser/antlr_input.cpp
+++ b/src/parser/antlr_input.cpp
@@ -134,7 +134,6 @@ void AntlrInput::setParser(pANTLR3_PARSER pParser) {
// it would have to be declared separately in every input's grammar and we'd have to
// pass it in as an address anyway.
d_parser->super = getParserState();
- d_parser->rec->match = &match;
d_parser->rec->reportError = &reportError;
d_parser->rec->recoverFromMismatchedToken = &recoverFromMismatchedToken;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback