about summary refs log tree commit diff homepage
path: root/lib/Core/UserSearcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Core/UserSearcher.h')
-rw-r--r--lib/Core/UserSearcher.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Core/UserSearcher.h b/lib/Core/UserSearcher.h
index 9571bf5b..d01a017f 100644
--- a/lib/Core/UserSearcher.h
+++ b/lib/Core/UserSearcher.h
@@ -17,8 +17,6 @@ namespace klee {
   // XXX gross, should be on demand?
   bool userSearcherRequiresMD2U();
 
-  bool userSearcherRequiresBranchSequences();
-
   Searcher *constructUserSearcher(Executor &executor);
 }