mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06: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:
		@@ -287,12 +287,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
 | 
			
		||||
 */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user