mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00: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
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		Add a link
		
	
		Reference in a new issue