From: Douglas Gregor Date: Mon, 30 Mar 2009 18:22:51 +0000 (+0000) Subject: Remove a trivial FIXME X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1e5a9591317d20161aa0638ff36944ae8b89360;p=clang Remove a trivial FIXME git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68045 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/NestedNameSpecifier.h b/include/clang/AST/NestedNameSpecifier.h index fb35a0809e..0eb6826919 100644 --- a/include/clang/AST/NestedNameSpecifier.h +++ b/include/clang/AST/NestedNameSpecifier.h @@ -24,7 +24,6 @@ namespace llvm { namespace clang { class ASTContext; -class DeclContext; // FIXME: die die die class NamespaceDecl; class IdentifierInfo; class Type;