summaryrefslogtreecommitdiff
path: root/src/parser/cvc
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2018-05-29 05:43:20 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2018-05-29 07:43:20 -0500
commit6059866b361d0852d0b70d484b0cb397f3cc5bf4 (patch)
treea06379fe4b368addd94db16261b4ff6004e3b482 /src/parser/cvc
parent74c1ad7e4a8e93316b7555ac8a1b88ee777335e2 (diff)
Track input language in a single place (#2003)
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