mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	kernel/thread: Remove unimplemented function prototype
Given there's no implementation, we may as well remove the code entirely.
This commit is contained in:
		
							parent
							
								
									5e658efdb8
								
							
						
					
					
						commit
						39d5ada4e1
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -270,12 +270,6 @@ Thread* GetCurrentThread(); | |||
|  */ | ||||
| void WaitCurrentThread_Sleep(); | ||||
| 
 | ||||
| /**
 | ||||
|  * Waits the current thread from an ArbitrateAddress call | ||||
|  * @param wait_address Arbitration address used to resume from wait | ||||
|  */ | ||||
| void WaitCurrentThread_ArbitrateAddress(VAddr wait_address); | ||||
| 
 | ||||
| /**
 | ||||
|  * Stops the current thread and removes it from the thread_list | ||||
|  */ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue