summaryrefslogtreecommitdiff
path: root/src/parser/cvc
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/cvc')
-rw-r--r--src/parser/cvc/cvc_input.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/parser/cvc/cvc_input.h b/src/parser/cvc/cvc_input.h
index c02c4f452..bd58bff1d 100644
--- a/src/parser/cvc/cvc_input.h
+++ b/src/parser/cvc/cvc_input.h
@@ -50,12 +50,6 @@ class CvcInput : public AntlrInput {
/** Destructor. Frees the lexer and the parser. */
virtual ~CvcInput();
- /** Get the language that this Input is reading. */
- InputLanguage getLanguage() const override
- {
- return language::input::LANG_CVC4;
- }
-
protected:
/** Parse a command from the input. Returns <code>NULL</code> if there is
* no command there to parse.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback