summaryrefslogtreecommitdiff
path: root/src/parser/smt2/Smt2.g
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2018-10-20 14:53:19 -0700
committerAndres Noetzli <andres.noetzli@gmail.com>2018-10-20 14:53:19 -0700
commit0b515de430771d9bdc15fc29d41b391f1cc7c1fd (patch)
treeafa45c418e24d6479a470a0428db39a99be76cd9 /src/parser/smt2/Smt2.g
parentf3e1b280ae2bcea29856b9a113633e7064a08faa (diff)
Remove antlr_undefines.h. (#2664)
Is not required anymore since we don't use autotools anymore.
Diffstat (limited to 'src/parser/smt2/Smt2.g')
-rw-r--r--src/parser/smt2/Smt2.g8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/parser/smt2/Smt2.g b/src/parser/smt2/Smt2.g
index b8b05f7dd..d9b0f622b 100644
--- a/src/parser/smt2/Smt2.g
+++ b/src/parser/smt2/Smt2.g
@@ -41,10 +41,6 @@ options {
@lexer::includes {
-// This should come immediately after #include <antlr3.h> in the generated
-// files. See the documentation in "parser/antlr_undefines.h" for more details.
-#include "parser/antlr_undefines.h"
-
/** This suppresses warnings about the redefinition of token symbols between
* different parsers. The redefinitions should be harmless as long as no
* client: (a) #include's the lexer headers for two grammars AND (b) uses the
@@ -81,10 +77,6 @@ using namespace CVC4::parser;
@parser::includes {
-// This should come immediately after #include <antlr3.h> in the generated
-// files. See the documentation in "parser/antlr_undefines.h" for more details.
-#include "parser/antlr_undefines.h"
-
#include <memory>
#include "parser/parser.h"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback