summaryrefslogtreecommitdiff
path: root/src/ctx.hpp
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-24 18:06:04 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-24 18:06:04 +0200
commit11e21d027d5143c089e39349d1f419f76aaa4723 (patch)
treefcac7c2bd8fdd3cf08427563af67a3fce31250ee /src/ctx.hpp
parent837451eddc4386e19f52db89be7ae38aae471df0 (diff)
semaphore_t class removed
The class was not used anywhere anymore. Removed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/ctx.hpp')
-rw-r--r--src/ctx.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ctx.hpp b/src/ctx.hpp
index 7d865fa..38b7303 100644
--- a/src/ctx.hpp
+++ b/src/ctx.hpp
@@ -27,8 +27,6 @@
#include <stdarg.h>
#include "mailbox.hpp"
-#include "semaphore.hpp"
-#include "ypipe.hpp"
#include "array.hpp"
#include "config.hpp"
#include "mutex.hpp"