1

remove semaphore from cga_stream

This commit is contained in:
2022-07-22 02:56:14 +02:00
parent 3540604ec7
commit 8612587e65
9 changed files with 13 additions and 39 deletions

View File

@ -4,7 +4,6 @@
#include "user/lib/mem/UniquePointer.h"
void SmartPointerDemo::run() {
kout.lock();
kout.clear();
kout << "Output is written to log to be able to trace memory allocations/deallocations" << endl;
@ -119,6 +118,5 @@ void SmartPointerDemo::run() {
}
log << INFO << "Should be deleted by now..." << endl;
kout.unlock();
scheduler.exit();
}