summaryrefslogtreecommitdiffstats
path: root/all_pairs/source/cleanupSemaphores.c
diff options
context:
space:
mode:
Diffstat (limited to 'all_pairs/source/cleanupSemaphores.c')
-rw-r--r--all_pairs/source/cleanupSemaphores.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/all_pairs/source/cleanupSemaphores.c b/all_pairs/source/cleanupSemaphores.c
deleted file mode 100644
index dde2bb3..0000000
--- a/all_pairs/source/cleanupSemaphores.c
+++ /dev/null
@@ -1,6 +0,0 @@
1#include <semaphore.h>
2
3int main(){
4 sem_unlink("/firstTacleSem");
5 sem_unlink("/secondTacleSem");
6}