diff options
Diffstat (limited to 'lib/SMT/parser.h')
-rw-r--r-- | lib/SMT/parser.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/SMT/parser.h b/lib/SMT/parser.h index 4e7f05ba..04c2f73b 100644 --- a/lib/SMT/parser.h +++ b/lib/SMT/parser.h @@ -46,11 +46,10 @@ namespace CVC3 { void deleteParser(); public: // Constructors - Parser(InputLanguage lang, - // The 'interactive' flag is ignored when fileName != "" + Parser(// The 'interactive' flag is ignored when fileName != "" bool interactive = true, const std::string& fileName = ""); - Parser(InputLanguage lang, std::istream& is, bool interactive = false); + Parser(std::istream& is, bool interactive = false); // Destructor ~Parser(); // Read the next command. |