aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp3
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();
}
}