aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/semaphores.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/semaphores.h')
-rw-r--r--src/include/semaphores.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/semaphores.h b/src/include/semaphores.h
index 787258089..45486874b 100644
--- a/src/include/semaphores.h
+++ b/src/include/semaphores.h
@@ -29,7 +29,6 @@
/**
* Semaphore structure.
- * @extends ThreadsQueue
*/
typedef struct {
/** Queue of the threads sleeping on this Semaphore.*/