summaryrefslogtreecommitdiff
path: root/src/parser/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/input.h')
-rw-r--r--src/parser/input.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/parser/input.h b/src/parser/input.h
index 76e4ac17e..1f020ca56 100644
--- a/src/parser/input.h
+++ b/src/parser/input.h
@@ -131,9 +131,6 @@ class CVC4_PUBLIC Input {
/** Destructor. Frees the input stream and closes the input. */
virtual ~Input();
- /** Get the language that this Input is reading. */
- virtual InputLanguage getLanguage() const = 0;
-
/** Retrieve the name of the input stream */
const std::string getInputStreamName() { return getInputStream()->getName(); }
protected:
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback