diff options
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r-- | raul/Thread.hpp | 2 |
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; |