diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-01-19 22:11:32 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-01-19 22:11:32 +0000 |
commit | 5a5ec3a318c700eab5ffc53217af18a619f22dd4 (patch) | |
tree | 8e2de36197d8da148895bbe9503b81280066359d /tools/CIndex/CXCursor.cpp | |
parent | 301221313be4f97327e931ead9794dd3a8bce160 (diff) |
Kill CXCursor_ObjCIvarRef. Such cursors could never be created, and
have been marked for death for a while.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@93927 91177308-0d34-0410-b5e6-96231b3b80d8
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: |