Revert "Enable ThreadPool to queue tasks that return values."
authorZachary Turner <zturner@google.com>
Wed, 13 Jun 2018 21:24:19 +0000 (21:24 +0000)
committerZachary Turner <zturner@google.com>
Wed, 13 Jun 2018 21:24:19 +0000 (21:24 +0000)
commit9b8b0794b8dd8ebdd17b3653ad29abcc6b7a3583
treed6094f4278eaefe72b341aca015c3b9ba185dec0
parent03185797d73e2c28ae37195ea24a4f0a7e290914
Revert "Enable ThreadPool to queue tasks that return values."

This is failing to compile when LLVM_ENABLE_THREADS is false,
and the fix is not immediately obvious, so reverting while I look
into it.

llvm-svn: 334658
llvm/include/llvm/Support/ThreadPool.h
llvm/lib/Support/ThreadPool.cpp
llvm/unittests/Support/ThreadPool.cpp