From ec41a09ba4135c33c56e0016a0c098e9bd698df1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Nov 2008 01:29:47 +0000 Subject: Fix out of date comment. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@1710 a436a847-0d15-0410-975c-d299462d15a1 --- raul/Semaphore.hpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'raul') diff --git a/raul/Semaphore.hpp b/raul/Semaphore.hpp index 09f3f7a..5354d8f 100644 --- a/raul/Semaphore.hpp +++ b/raul/Semaphore.hpp @@ -25,14 +25,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 */ -- cgit v1.2.1