Skip to content

Commit 287d106

Browse files
committed
remove leftover commented out code
1 parent 1f0529a commit 287d106

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/tools/driver/cc1_main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) {
296296

297297
// If any timers were active but haven't been destroyed yet, print their
298298
// results now. This happens in -disable-free mode.
299-
// llvm::TimerGroup::printAll(llvm::errs());
300299
if (Clang->getCodeGenOpts().TimePassesJson) {
301300
llvm::errs() << "{\n";
302301
llvm::TimerGroup::printAllJSONValues(llvm::errs(), "");

0 commit comments

Comments
 (0)