]> granicus.if.org Git - clang/commitdiff
Remove redunant (and incorrect) call to SourceManager::PrintStats(). This would...
authorTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 22:16:26 +0000 (22:16 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 6 Jan 2009 22:16:26 +0000 (22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61825 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index cb85eaee0f10c57d96c56367fdb1a436ab082b19..1b29671aa94f6d1173ce61d63e148b33931898fc 100644 (file)
@@ -1577,9 +1577,6 @@ int main(int argc, char **argv) {
       ProcessInputFile(*PP, PPFactory, InFile, PCH ? GeneratePCH : ProgAction);
       
       HeaderInfo.ClearFileInfo();      
-      
-      if (Stats)
-        SourceMgr->PrintStats();
     }
   }