From 71b789b9fda3aacdd3493b2f93913f7fb1550873 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 15 Jul 2010 04:48:13 +0000 Subject: Remove stray semicolons in class definitions. git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@108402 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Core/Searcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 -- cgit 1.4.1