diff options
author | Cristian Cadar <cristic@cs.stanford.edu> | 2010-05-24 09:37:25 +0000 |
---|---|---|
committer | Cristian Cadar <cristic@cs.stanford.edu> | 2010-05-24 09:37:25 +0000 |
commit | 5f320519a435f22e88872c3f1f7f0e2017406f9d (patch) | |
tree | 88b35e32d3dca878f6d18ea7daf9ad3eefd404d2 /lib/Core | |
parent | 3bc6ee435dc6956f90dc97669dcbd922a970db21 (diff) | |
download | klee-5f320519a435f22e88872c3f1f7f0e2017406f9d.tar.gz |
Removed unused use-query-log option, patch submitted by Peter Collingbourne.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@104487 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core')
-rw-r--r-- | lib/Core/Executor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Core/Executor.cpp b/lib/Core/Executor.cpp index 79f89de7..dc74b6cd 100644 --- a/lib/Core/Executor.cpp +++ b/lib/Core/Executor.cpp @@ -154,10 +154,6 @@ namespace { cl::desc("Use counterexample caching")); cl::opt<bool> - UseQueryLog("use-query-log", - cl::init(false)); - - cl::opt<bool> UseQueryPCLog("use-query-pc-log", cl::init(false)); |