diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2009-07-10 23:30:46 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2009-07-10 23:30:46 +0000 |
commit | efeba0da263aa4c2feb2606e9d0dbf076ac48087 (patch) | |
tree | 770bfda552bf0d0febdd6deaba4639a64c41b7d7 /lib/SMT/main.cpp | |
parent | 304b19cbeaea3e47064e6fb4faeb6e880bd1c574 (diff) | |
download | klee-efeba0da263aa4c2feb2606e9d0dbf076ac48087.tar.gz |
Removed debug info.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@75313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/SMT/main.cpp')
-rw-r--r-- | lib/SMT/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |