remove semaphore from cga_stream
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
class PreemptiveLoopThread : public Thread {
|
||||
private:
|
||||
int id;
|
||||
// Semaphore* sem;
|
||||
static Semaphore sem;
|
||||
|
||||
PreemptiveLoopThread(const PreemptiveLoopThread& copy) = delete; // Verhindere Kopieren
|
||||
|
||||
|
||||
Reference in New Issue
Block a user