summaryrefslogtreecommitdiffstats
path: root/raul
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-11-09 01:29:47 +0000
committerDavid Robillard <d@drobilla.net>2008-11-09 01:29:47 +0000
commitec41a09ba4135c33c56e0016a0c098e9bd698df1 (patch)
tree48c7b8a2841e7bcb7fa94eb38dd8301ccacebdd2 /raul
parent7617b3a744a11aeb4840339ca43e1cfb2d3358b7 (diff)
downloadraul-ec41a09ba4135c33c56e0016a0c098e9bd698df1.tar.gz
raul-ec41a09ba4135c33c56e0016a0c098e9bd698df1.tar.bz2
raul-ec41a09ba4135c33c56e0016a0c098e9bd698df1.zip
Fix out of date comment.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1710 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'raul')
-rw-r--r--raul/Semaphore.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/raul/Semaphore.hpp b/raul/Semaphore.hpp
index 09f3f7a..5354d8f 100644
--- a/raul/Semaphore.hpp
+++ b/raul/Semaphore.hpp
@@ -26,14 +26,6 @@ namespace Raul {
/** Trivial wrapper around POSIX semaphores (zero memory overhead).
*
- * This was created to provide an alternative debuggable implementation of
- * semaphores based on a cond/mutex pair because semaphore's appeared not to
- * work in GDB. Turns out sem_wait can fail when run in GDB, and Debian
- * really needs to update it's man pages.
- *
- * This class remains as a trivial (yet pretty) wrapper/abstraction, because
- * Glib (idiotically) doesn't have a Semaphore class.
- *
* \ingroup raul
*/
class Semaphore : boost::noncopyable {