aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/Program.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Index/Program.cpp')
-rw-r--r--lib/Index/Program.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Index/Program.cpp b/lib/Index/Program.cpp
index 73759dc95c..48c85f8472 100644
--- a/lib/Index/Program.cpp
+++ b/lib/Index/Program.cpp
@@ -13,7 +13,7 @@
#include "clang/Index/Program.h"
#include "ProgramImpl.h"
-#include "clang/Index/EntityHandler.h"
+#include "clang/Index/Handlers.h"
#include "clang/Index/TranslationUnit.h"
#include "clang/AST/DeclBase.h"
#include "clang/AST/ASTContext.h"
@@ -22,11 +22,8 @@ using namespace clang;
using namespace idx;
// Out-of-line to give the virtual tables a home.
-EntityHandler::~EntityHandler() { }
TranslationUnit::~TranslationUnit() { }
-void EntityHandler::HandleEntity(Entity Ent) { }
-
Program::Program() : Impl(new ProgramImpl()) { }
Program::~Program() {