summaryrefslogtreecommitdiffstats
path: root/msvc/projects/vc2015/test_threads/test_threads_main.cpp
diff options
context:
space:
mode:
authorQi Wang <interwq@gwu.edu>2018-05-08 19:12:50 (GMT)
committerQi Wang <interwq@gwu.edu>2018-05-08 19:12:50 (GMT)
commit61efbda7098de6fe64c362d309824864308c36d4 (patch)
tree62b8cec5495df891b28fbb139b0c01cdbf9f3fb3 /msvc/projects/vc2015/test_threads/test_threads_main.cpp
parent3f5049340e66c6929c3270f7359617f62e053b11 (diff)
parent1c51381b7cc62b6e0e77d02c42925c3776dbc4a2 (diff)
downloadjemalloc-5.1.0.zip
jemalloc-5.1.0.tar.gz
jemalloc-5.1.0.tar.bz2
Merge branch 'dev'5.1.0
Diffstat (limited to 'msvc/projects/vc2015/test_threads/test_threads_main.cpp')
-rw-r--r--msvc/projects/vc2015/test_threads/test_threads_main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/msvc/projects/vc2015/test_threads/test_threads_main.cpp b/msvc/projects/vc2015/test_threads/test_threads_main.cpp
deleted file mode 100644
index 0a022fb..0000000
--- a/msvc/projects/vc2015/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;
-}