From 76ce7fc9917af0a106550ac501545f7941d17744 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 9 Jun 2009 00:58:29 +0000 Subject: Get rid of Parser language member, we only use SMTLIB. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@73108 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/SMT/parser.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/SMT/parser.h') 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. -- cgit 1.4.1