summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexProvider.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-04-13 16:31:46 +0000
committerDouglas Gregor <dgregor@apple.com>2012-04-13 16:31:46 +0000
commit0481c8f20633624cf8cccadca984e00cc2d93b83 (patch)
treea93345cd9d337fc8e91c703cc102b83b1062ec5d /clang/lib/Index/IndexProvider.cpp
parentd84bb485824da6c3d5ef2c95f4bdec4ce5b3875e (diff)
downloadbcm5719-llvm-0481c8f20633624cf8cccadca984e00cc2d93b83.tar.gz
bcm5719-llvm-0481c8f20633624cf8cccadca984e00cc2d93b83.zip
Remove the unused, unmaintained, incomplete 'Index' library.
llvm-svn: 154672
Diffstat (limited to 'clang/lib/Index/IndexProvider.cpp')
-rw-r--r--clang/lib/Index/IndexProvider.cpp20
1 files changed, 0 insertions, 20 deletions
diff --git a/clang/lib/Index/IndexProvider.cpp b/clang/lib/Index/IndexProvider.cpp
deleted file mode 100644
index eea09887570..00000000000
--- a/clang/lib/Index/IndexProvider.cpp
+++ /dev/null
@@ -1,20 +0,0 @@
-//===- IndexProvider.cpp - Maps information to translation units -*- C++ -*-==//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is distributed under the University of Illinois Open Source
-// License. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-//
-// Maps information to TranslationUnits.
-//
-//===----------------------------------------------------------------------===//
-
-#include "clang/Index/IndexProvider.h"
-#include "clang/Index/Entity.h"
-using namespace clang;
-using namespace idx;
-
-// Out-of-line to give the virtual table a home.
-IndexProvider::~IndexProvider() { }
OpenPOWER on IntegriCloud