From 4378875d3c74b4fa501e92d6e11837c7fe67c525 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Apr 2011 01:12:54 +0000 Subject: Fix compilation on MinGW/Windows. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@3206 a436a847-0d15-0410-975c-d299462d15a1 --- src/Thread.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.1