diff options
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r-- | Driver/clang.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp index cb85eaee0f..1b29671aa9 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -1577,9 +1577,6 @@ int main(int argc, char **argv) { ProcessInputFile(*PP, PPFactory, InFile, PCH ? GeneratePCH : ProgAction); HeaderInfo.ClearFileInfo(); - - if (Stats) - SourceMgr->PrintStats(); } } |