summaryrefslogtreecommitdiff
path: root/test/support/external_threads.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/support/external_threads.cpp')
-rw-r--r--test/support/external_threads.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/support/external_threads.cpp b/test/support/external_threads.cpp
deleted file mode 100644
index 019ab473aa111..0000000000000
--- a/test/support/external_threads.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. See LICENSE.TXT for details.
-//
-//===----------------------------------------------------------------------===//
-#define _LIBCPP_BUILDING_THREAD_LIBRARY_EXTERNAL
-#include <__threading_support>