From adbad7fcffe9fab239da23b846091e88586b3846 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Aug 2012 22:26:54 +0000 Subject: Remove more dead code from Raul::Thread. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4707 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Thread.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'raul') diff --git a/raul/Thread.hpp b/raul/Thread.hpp index 02a5e3a..6ac5aeb 100644 --- a/raul/Thread.hpp +++ b/raul/Thread.hpp @@ -56,7 +56,6 @@ public: protected: explicit Thread(const std::string& name=""); - Thread(pthread_t thread, const std::string& name=""); /** Thread function to execute. * @@ -74,7 +73,6 @@ private: ThreadImpl* _impl; std::string _name; bool _thread_exists; - bool _own_thread; protected: bool _exit_flag; -- cgit v1.2.1