From dcacc00e3750300617ba6e16eb346713f91a783a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Wed, 21 Jan 2026 22:52:54 +0100 Subject: Remove testing data --- .../deps/jemalloc/msvc/test_threads/test_threads_main.cpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp (limited to 'examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp') diff --git a/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp b/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp deleted file mode 100644 index 0a022fb..0000000 --- a/examples/redis-unstable/deps/jemalloc/msvc/test_threads/test_threads_main.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "test_threads.h" -#include -#include -#include - -using namespace std::chrono_literals; - -int main(int argc, char** argv) { - int rc = test_threads(); - return rc; -} -- cgit v1.2.3