]> granicus.if.org Git - clang/commitdiff
Remove dead comments as per Chandler's feedback to r148292
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 17 Jan 2012 07:28:46 +0000 (07:28 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 17 Jan 2012 07:28:46 +0000 (07:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148294 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaCodeComplete.cpp

index 730dde8c9e29d86d2018ace8c3f76aff6384eb61..3d1c3bca866ab4c8e1b79ce80d5635c7d14db44d 100644 (file)
@@ -2791,8 +2791,6 @@ CXCursorKind clang::getCursorKindForDecl(Decl *D) {
       return CXCursor_FunctionDecl;
     case Decl::ObjCCategory:       return CXCursor_ObjCCategoryDecl;
     case Decl::ObjCCategoryImpl:   return CXCursor_ObjCCategoryImplDecl;
-      // FIXME
-      // return CXCursor_UnexposedDecl;
     case Decl::ObjCImplementation: return CXCursor_ObjCImplementationDecl;
 
     case Decl::ObjCInterface: