summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Common/Threads.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lld/include/lld/Common/Threads.h b/lld/include/lld/Common/Threads.h
index 981946723bc..85459075314 100644
--- a/lld/include/lld/Common/Threads.h
+++ b/lld/include/lld/Common/Threads.h
@@ -81,9 +81,6 @@ inline void parallelForEachN(size_t Begin, size_t End,
for_each_n(llvm::parallel::seq, Begin, End, Fn);
}
-void runBackground(std::function<void()> Fn);
-void waitForBackgroundThreads();
-
} // namespace lld
#endif
OpenPOWER on IntegriCloud