kolja преди 6 години
родител
ревизия
21034c7300
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      Betriebssystem.h

+ 1 - 2
Betriebssystem.h

@@ -57,8 +57,7 @@ public:
         pthread_mutexattr_init( &attr );
         pthread_mutexattr_settype( &attr, PTHREAD_MUTEX_RECURSIVE );
         pthread_mutex_init( &mutex, &attr );
-    } // TODO dsfgdslgkjhlas
-	// HACK dsgdshgah
+    }
     ~CriticalSection()
     {
         pthread_mutex_destroy( &mutex );