From 0a68ab106a30357a0aac4e2f67db64184d083419 Mon Sep 17 00:00:00 2001 From: Eleni Maria Stea Date: Tue, 12 Mar 2013 02:34:05 +0200 Subject: [PATCH] removed comments --- src/shalloc.cc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shalloc.cc b/src/shalloc.cc index fd5809e..7122505 100644 --- a/src/shalloc.cc +++ b/src/shalloc.cc @@ -61,11 +61,6 @@ bool init_shared_memory() shm_unlink(SHMNAME); - //TODO delete it - /*if(!(pool = (unsigned char *)malloc(POOL_SIZE))) { - return false; - }*/ - for(int i=0; i