summaryrefslogtreecommitdiff
path: root/src/thrd/thro.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/thrd/thro.cpp')
-rw-r--r--src/thrd/thro.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/thrd/thro.cpp b/src/thrd/thro.cpp
index 8b3f1ba..e35520c 100644
--- a/src/thrd/thro.cpp
+++ b/src/thrd/thro.cpp
@@ -23,7 +23,6 @@ thro::run( void *p_void )
{
elem.p_thro = this;
elem.p_void = p_void;
- //wrap::POOL->add_task(start_, &elem);
pthread_create( &pthread, NULL, start_, &elem );
}