diff options
Diffstat (limited to 'src/Thread.cpp')
-rw-r--r-- | src/Thread.cpp | 1 |
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; } |