summaryrefslogtreecommitdiffstats
path: root/raul/Slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Slave.h')
-rw-r--r--raul/Slave.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/raul/Slave.h b/raul/Slave.h
index fb0c67c..8f20140 100644
--- a/raul/Slave.h
+++ b/raul/Slave.h
@@ -49,10 +49,6 @@ protected:
Semaphore _whip;
private:
- // Prevent copies (undefined)
- Slave(const Slave&);
- Slave& operator=(const Slave&);
-
inline void _run()
{
while (true) {