summaryrefslogtreecommitdiffstats
path: root/lib/Index/CMakeLists.txt
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-07-19 16:18:30 +0000
committerDouglas Gregor <dgregor@apple.com>2010-07-19 16:18:30 +0000
commit9a90d79eb496d9549e22104b2b006dfd43918183 (patch)
treed0f0b7c4db58555bea202f7e4d0017eacb7f3d3a /lib/Index/CMakeLists.txt
parent84ef4b20b323e76b3eb51e436b300bc877aee5c0 (diff)
Remove unused location-to-AST-node resolver. libclang's implementation supercedes it
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@108708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Index/CMakeLists.txt')
-rw-r--r--lib/Index/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Index/CMakeLists.txt b/lib/Index/CMakeLists.txt
index 4d67035636..61f69b218e 100644
--- a/lib/Index/CMakeLists.txt
+++ b/lib/Index/CMakeLists.txt
@@ -11,6 +11,5 @@ add_clang_library(clangIndex
IndexProvider.cpp
Indexer.cpp
Program.cpp
- ResolveLocation.cpp
SelectorMap.cpp
)