summaryrefslogtreecommitdiff
path: root/deps/jemalloc/msvc/test_threads/test_threads_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/msvc/test_threads/test_threads_main.cpp')
-rw-r--r--deps/jemalloc/msvc/test_threads/test_threads_main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/deps/jemalloc/msvc/test_threads/test_threads_main.cpp b/deps/jemalloc/msvc/test_threads/test_threads_main.cpp
deleted file mode 100644
index 0a022fba4..000000000
--- a/deps/jemalloc/msvc/test_threads/test_threads_main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
-#include "test_threads.h"
-#include <future>
-#include <functional>
-#include <chrono>
-
-using namespace std::chrono_literals;
-
-int main(int argc, char** argv) {
- int rc = test_threads();
- return rc;
-}