summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-08-15 22:26:54 +0000
committerDavid Robillard <d@drobilla.net>2012-08-15 22:26:54 +0000
commitadbad7fcffe9fab239da23b846091e88586b3846 (patch)
tree85145e1a7963432bb81c9d9f50486d1418525fce /raul
parent7f5e8664ea8e5e2ee580c093aa61b4451b2578a5 (diff)
downloadraul-adbad7fcffe9fab239da23b846091e88586b3846.tar.gz
raul-adbad7fcffe9fab239da23b846091e88586b3846.tar.bz2
raul-adbad7fcffe9fab239da23b846091e88586b3846.zip
Remove more dead code from Raul::Thread.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@4707 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r--raul/Thread.hpp2
1 files changed, 0 insertions, 2 deletions
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;