summaryrefslogtreecommitdiff
path: root/lib/LTO/LTOBackend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/LTO/LTOBackend.cpp')
-rw-r--r--lib/LTO/LTOBackend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/LTO/LTOBackend.cpp b/lib/LTO/LTOBackend.cpp
index 68b7c12cab3..f5574c9d2b6 100644
--- a/lib/LTO/LTOBackend.cpp
+++ b/lib/LTO/LTOBackend.cpp
@@ -151,7 +151,6 @@ static AddOutputFn getUncachedOutputWrapper(AddOutputFn &AddOutput,
auto Output = AddOutput(Task);
if (Output->isCachingEnabled() && Output->tryLoadFromCache(""))
report_fatal_error("Cache hit without a valid key?");
- errs() << Task << " == " << TaskId << "\n";
assert(Task == TaskId && "Unexpexted TaskId mismatch");
return Output;
};