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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/all_pairs/source/cleanupSemaphores.c b/all_pairs/source/cleanupSemaphores.c
index 71ff989..dde2bb3 100644
--- a/all_pairs/source/cleanupSemaphores.c
+++ b/all_pairs/source/cleanupSemaphores.c
@@ -3,8 +3,4 @@
3int main(){ 3int main(){
4 sem_unlink("/firstTacleSem"); 4 sem_unlink("/firstTacleSem");
5 sem_unlink("/secondTacleSem"); 5 sem_unlink("/secondTacleSem");
6 sem_unlink("/thirdTacleSem");
7 sem_unlink("/fourthTacleSem");
8 //no longer in use; delete last line after running once
9 //sem_unlink("/cacheTacleSem");
10} 6}