]> granicus.if.org Git - clang/commitdiff
Unbreak build with GCC. Clang is too lame to diagnose this particular ill-formedness
authorDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 23:29:56 +0000 (23:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 30 Nov 2011 23:29:56 +0000 (23:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145539 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Lex/ModuleMap.cpp

index 77f63516da52c79f4e83518f581901f3a99c213a..547cdc2636ea085f376219a471ee290f26c82a4e 100644 (file)
@@ -249,8 +249,6 @@ namespace clang {
     void parseHeaderDecl();
     
   public:
-    typedef Module Module;
-    
     explicit ModuleMapParser(Lexer &L, SourceManager &SourceMgr, 
                              DiagnosticsEngine &Diags,
                              ModuleMap &Map,