summaryrefslogtreecommitdiffstats
path: root/src/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Thread.cpp')
-rw-r--r--src/Thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Thread.cpp b/src/Thread.cpp
index 8a84779..8c89707 100644
--- a/src/Thread.cpp
+++ b/src/Thread.cpp
@@ -108,7 +108,6 @@ Thread::stop()
pthread_cancel(_pthread);
pthread_join(_pthread, NULL);
}
- _pthread = 0;
_pthread_exists = false;
LOG(info) << "Exiting thread" << endl;
}