summaryrefslogtreecommitdiff
path: root/src/parser/cvc/cvc_input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc/cvc_input.h')
-rw-r--r--src/parser/cvc/cvc_input.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index cce935c0b..a3de3a61f 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -50,18 +50,7 @@ public:
*/
CvcInput(AntlrInputStream& inputStream);
- /** Create a string input.
- *
- * @param exprManager the manager to use when building expressions from the input
- * @param input the string to read
- * @param name the "filename" to use when reporting errors
- */
-/*
- CvcInput(ExprManager* exprManager, const std::string& input,
- const std::string& name);
-*/
-
- /* Destructor. Frees the lexer and the parser. */
+ /** Destructor. Frees the lexer and the parser. */
~CvcInput();
protected:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback