aboutsummaryrefslogtreecommitdiff
path: root/tools/CIndex/CXCursor.cpp
diff options
context:
space:
mode:
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: