summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/thread_test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/thread_test.cpp b/test/thread_test.cpp
index 03dbaa9..176e544 100644
--- a/test/thread_test.cpp
+++ b/test/thread_test.cpp
@@ -24,8 +24,6 @@ private:
int
main()
{
- Thread::create_for_this_thread();
-
Thread& this_thread = Thread::get();
this_thread.set_name("Main");