소스 검색

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