diff options
Diffstat (limited to 'tools/CIndex/CXCursor.cpp')
-rw-r--r-- | tools/CIndex/CXCursor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/CIndex/CXCursor.cpp b/tools/CIndex/CXCursor.cpp index f284b248cd..fdeb885cf3 100644 --- a/tools/CIndex/CXCursor.cpp +++ b/tools/CIndex/CXCursor.cpp @@ -172,7 +172,6 @@ ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { return static_cast<Decl *>(Cursor.data[0])->getASTContext(); case CXCursor_ObjCSelectorRef: - case CXCursor_ObjCIvarRef: case CXCursor_VarRef: case CXCursor_FunctionRef: case CXCursor_EnumConstantRef: |