summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.cpp
diff options
context:
space:
mode:
authorChristopher L. Conway <christopherleeconway@gmail.com>2010-03-31 19:53:41 +0000
committerChristopher L. Conway <christopherleeconway@gmail.com>2010-03-31 19:53:41 +0000
commit57bb8dbac522bef0061cc5209dd5d6b66fa86b6a (patch)
tree76a684b2b2af7ff4ac0d7fdac82b102e3b9e6f19 /src/parser/cvc/cvc_input.cpp
parent0feb76aa01664745642035262b5fe27fb520fbcf (diff)
Code cleanup in parser
Diffstat (limited to 'src/parser/cvc/cvc_input.cpp')
-rw-r--r--src/parser/cvc/cvc_input.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parser/cvc/cvc_input.cpp b/src/parser/cvc/cvc_input.cpp
index 9de608aae..1f1a602c5 100644
--- a/src/parser/cvc/cvc_input.cpp
+++ b/src/parser/cvc/cvc_input.cpp
@@ -47,7 +47,6 @@ void CvcInput::init() {
}
setParser(d_pCvcParser->pParser);
- SetCvcInput(this);
}
@@ -64,9 +63,11 @@ Expr CvcInput::doParseExpr() throw (ParserException) {
return d_pCvcParser->parseExpr(d_pCvcParser);
}
+/*
pANTLR3_LEXER CvcInput::getLexer() {
return d_pCvcLexer->pLexer;
}
+*/
} // namespace parser
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback