aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/SlowOperationInformer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Support/SlowOperationInformer.cpp')
-rw-r--r--lib/Support/SlowOperationInformer.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Support/SlowOperationInformer.cpp b/lib/Support/SlowOperationInformer.cpp
index c5f2718701..bfdfe8808f 100644
--- a/lib/Support/SlowOperationInformer.cpp
+++ b/lib/Support/SlowOperationInformer.cpp
@@ -12,7 +12,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/SlowOperationInformer.h"
-#include "llvm/System/IncludeFile.h"
#include "llvm/System/Alarm.h"
#include <iostream>
#include <sstream>
@@ -65,5 +64,3 @@ bool SlowOperationInformer::progress(unsigned Amount) {
std::cout << ToPrint+OS.str() << std::flush;
return false;
}
-
-DEFINING_FILE_FOR(SupportSlowOperationInformer)