diff options
author | David Robillard <d@drobilla.net> | 2008-11-09 01:29:47 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-11-09 01:29:47 +0000 |
commit | ec41a09ba4135c33c56e0016a0c098e9bd698df1 (patch) | |
tree | 48c7b8a2841e7bcb7fa94eb38dd8301ccacebdd2 /raul/Semaphore.hpp | |
parent | 7617b3a744a11aeb4840339ca43e1cfb2d3358b7 (diff) | |
download | raul-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/Semaphore.hpp')
-rw-r--r-- | raul/Semaphore.hpp | 8 |
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 { |