diff options
author | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-05-29 23:21:33 +0200 |
---|---|---|
committer | Martin Nowack <martin@se.inf.tu-dresden.de> | 2014-05-29 23:57:45 +0200 |
commit | 3b35ffed89405e7ba3059664dfbdc165b5d8625d (patch) | |
tree | f14817333f73342d70b267cc89c0ab70a7a151bb /lib/Solver/Solver.cpp | |
parent | d934d983692c8952cdb887cbcd59f2df0001b9c0 (diff) | |
download | klee-3b35ffed89405e7ba3059664dfbdc165b5d8625d.tar.gz |
Remove #include <iostream> to avoid static constructors
iostream injects static constructor function into every compilation unit. Remove this to avoid it.
Diffstat (limited to 'lib/Solver/Solver.cpp')
-rw-r--r-- | lib/Solver/Solver.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Solver/Solver.cpp b/lib/Solver/Solver.cpp index 025c70f2..229fa234 100644 --- a/lib/Solver/Solver.cpp +++ b/lib/Solver/Solver.cpp @@ -771,7 +771,6 @@ static SolverImpl::SolverRunStatus runAndGetCexForked(::VC vc, } } } -#include <iostream> bool STPSolverImpl::computeInitialValues(const Query &query, const std::vector<const Array*> |