aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CXCursor.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2010-01-19 22:15:34 +0000
committerDouglas Gregor <dgregor@apple.com>2010-01-19 22:15:34 +0000
commite8c7043f6c11aa8e2420b97046f7dbcb6d7e51ab (patch)
tree3433583c9f8925294e73e17cab4a365cc9cc5a40 /tools/CIndex/CXCursor.cpp
parent5a5ec3a318c700eab5ffc53217af18a619f22dd4 (diff)
Kill the unused and unnecessary CXCursor_MemberRef, twin to the
now-dead CXCursor_ObjCIvarRef. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93928 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/CIndex/CXCursor.cpp')
-rw-r--r--tools/CIndex/CXCursor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/CIndex/CXCursor.cpp b/tools/CIndex/CXCursor.cpp
index fdeb885cf3..d19dccab5b 100644
--- a/tools/CIndex/CXCursor.cpp
+++ b/tools/CIndex/CXCursor.cpp
@@ -175,7 +175,6 @@ ASTContext &cxcursor::getCursorContext(CXCursor Cursor) {
case CXCursor_VarRef:
case CXCursor_FunctionRef:
case CXCursor_EnumConstantRef:
- case CXCursor_MemberRef:
return *static_cast<ASTContext *>(Cursor.data[2]);
case CXCursor_InvalidFile: