[analyzer] Remove the CheckerContext's destructor.

llvm-svn: 143512
This commit is contained in:
Anna Zaks 2011-11-01 22:40:55 +00:00
parent 5c6b6346bc
commit 658f977dba
2 changed files with 0 additions and 4 deletions

View File

@ -36,8 +36,6 @@ public:
Location(loc),
NB(builder) {}
~CheckerContext();
AnalysisManager &getAnalysisManager() {
return Eng.getAnalysisManager();
}

View File

@ -15,5 +15,3 @@
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
using namespace clang;
using namespace ento;
CheckerContext::~CheckerContext() {}