From efeba0da263aa4c2feb2606e9d0dbf076ac48087 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 10 Jul 2009 23:30:46 +0000 Subject: Removed debug info. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@75313 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/SMT/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/SMT/main.cpp') diff --git a/lib/SMT/main.cpp b/lib/SMT/main.cpp index d5137782..38bfac86 100644 --- a/lib/SMT/main.cpp +++ b/lib/SMT/main.cpp @@ -14,5 +14,5 @@ int main(int argc, char** argv) { smtParser.Init(); - cout << "Query: " << smtParser.query << "\n"; + cout << smtParser.query << "\n"; } -- cgit 1.4.1