summaryrefslogtreecommitdiff
path: root/src/parser/antlr_input.h
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 20:04:45 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-04-05 20:04:45 +0000
commit31921b60ec820d6c5873a43f3b88dada6b861f45 (patch)
tree513e9d739b5da6b37a9cee2d840dba3ade90473f /src/parser/antlr_input.h
parentf55a79b565151772bbf67ae2517a025c8999bca0 (diff)
Simplifying ANTLR3 overrides
Diffstat (limited to 'src/parser/antlr_input.h')
-rw-r--r--src/parser/antlr_input.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/parser/antlr_input.h b/src/parser/antlr_input.h
index c338c528a..dee7c1491 100644
--- a/src/parser/antlr_input.h
+++ b/src/parser/antlr_input.h
@@ -67,13 +67,6 @@ class AntlrInput : public Input {
/** Turns an ANTLR3 exception into a message for the user and calls <code>parseError</code>. */
static void reportError(pANTLR3_BASE_RECOGNIZER recognizer);
- /** Collects information from a parse error and calls reportError. Replaces the default
- * implementation, which tries to recover from the error.
- */
- static void *
- recoverFromMismatchedToken(pANTLR3_BASE_RECOGNIZER recognizer,
- ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
-
public:
/** Create a file input.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback