summaryrefslogtreecommitdiffstats
path: root/raul/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r--raul/Thread.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index 7168f18..0f5761d 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -28,7 +28,6 @@
namespace Raul {
-
/** Abstract base class for a thread.
*
* Extend this and override the _run method to easily create a thread
@@ -104,7 +103,6 @@ private:
pthread_t _pthread;
};
-
} // namespace Raul
#endif // RAUL_THREAD_HPP