[cfe-commits] r68045 - /cfe/trunk/include/clang/AST/NestedNameSpecifier.h

Douglas Gregor dgregor at apple.com
Mon Mar 30 11:22:51 PDT 2009


Author: dgregor
Date: Mon Mar 30 13:22:51 2009
New Revision: 68045

URL: http://llvm.org/viewvc/llvm-project?rev=68045&view=rev
Log:
Remove a trivial FIXME

Modified:
    cfe/trunk/include/clang/AST/NestedNameSpecifier.h

Modified: cfe/trunk/include/clang/AST/NestedNameSpecifier.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/NestedNameSpecifier.h?rev=68045&r1=68044&r2=68045&view=diff

==============================================================================
--- cfe/trunk/include/clang/AST/NestedNameSpecifier.h (original)
+++ cfe/trunk/include/clang/AST/NestedNameSpecifier.h Mon Mar 30 13:22:51 2009
@@ -24,7 +24,6 @@
 namespace clang {
 
 class ASTContext;
-class DeclContext; // FIXME: die die die
 class NamespaceDecl;
 class IdentifierInfo;
 class Type;





More information about the cfe-commits mailing list