From: David Blaikie Date: Tue, 17 Jan 2012 07:28:46 +0000 (+0000) Subject: Remove dead comments as per Chandler's feedback to r148292 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=312ede8a6dd313f44d30fb285d80330287fd7e1e;p=clang Remove dead comments as per Chandler's feedback to r148292 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148294 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaCodeComplete.cpp b/lib/Sema/SemaCodeComplete.cpp index 730dde8c9e..3d1c3bca86 100644 --- a/lib/Sema/SemaCodeComplete.cpp +++ b/lib/Sema/SemaCodeComplete.cpp @@ -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: