From 4e68bf298f9fe4445925b4fe39f28e364a216fd2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 16 Oct 2006 07:28:30 +0000 Subject: Used boost::noncopyable to eliminate undefined private copy constructors spread everywhere. git-svn-id: http://svn.drobilla.net/lad/raul@182 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Slave.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'raul/Slave.h') 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) { -- cgit v1.2.1