about summary refs log tree commit diff homepage
path: root/lib/Core/Searcher.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-07-15 04:48:13 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-07-15 04:48:13 +0000
commit71b789b9fda3aacdd3493b2f93913f7fb1550873 (patch)
tree2cf8a00e571cc00ff477543686a69008fc35eb4f /lib/Core/Searcher.h
parentca22c4dee94552f65e6044341b0365a21d794d65 (diff)
downloadklee-71b789b9fda3aacdd3493b2f93913f7fb1550873.tar.gz
Remove stray semicolons in class definitions.
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@108402 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/Searcher.h')
-rw-r--r--lib/Core/Searcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Core/Searcher.h b/lib/Core/Searcher.h
index 455a7679..9703e973 100644
--- a/lib/Core/Searcher.h
+++ b/lib/Core/Searcher.h
@@ -50,8 +50,8 @@ namespace klee {
     // pgbovine - to be called when a searcher gets activated and
     // deactivated, say, by a higher-level searcher; most searchers
     // don't need this functionality, so don't have to override.
-    virtual void activate() {};
-    virtual void deactivate() {};
+    virtual void activate() {}
+    virtual void deactivate() {}
 
     // utility functions