aboutsummaryrefslogtreecommitdiff
path: root/thread_pool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'thread_pool.cc')
-rw-r--r--thread_pool.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/thread_pool.cc b/thread_pool.cc
index 0a12bfa..b2429cb 100644
--- a/thread_pool.cc
+++ b/thread_pool.cc
@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// +build ignore
+
#include "thread_pool.h"
#include <condition_variable>