diff options
Diffstat (limited to 'lib')
-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)); |