mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
thread/kernel: remove unused callback_id
we use the thread id for the same purpose now
This commit is contained in:
parent
eb285c33fd
commit
8d32843d68
@ -38,7 +38,6 @@ void Thread::Acquire(Thread* thread) {
|
||||
ASSERT_MSG(!ShouldWait(thread), "object unavailable!");
|
||||
}
|
||||
|
||||
static u64 next_callback_id;
|
||||
static std::unordered_map<u64, Thread*> wakeup_callback_table;
|
||||
|
||||
// Lists all thread ids that aren't deleted/etc.
|
||||
|
Loading…
Reference in New Issue
Block a user