summaryrefslogtreecommitdiff
path: root/condvar.c
diff options
context:
space:
mode:
Diffstat (limited to 'condvar.c')
-rw-r--r--condvar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/condvar.c b/condvar.c
index 714d642..a77b56a 100644
--- a/condvar.c
+++ b/condvar.c
@@ -23,10 +23,6 @@
* MA 02111-1307, USA
*/
-/*
- * Code contributed by John E. Bossom <JEB>.
- */
-
#include "pthread.h"
#include "implement.h"
@@ -871,5 +867,4 @@ pthread_cond_broadcast (pthread_cond_t * cond)
}
-/* </JEB> */