فهرست منبع

Mails test update

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 );