mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	kernel/thread: Remove unimplemented function prototype
This isn't used, so it can be removed.
This commit is contained in:
		
							parent
							
								
									d84d9a64b3
								
							
						
					
					
						commit
						8bef49cde5
					
				@ -583,8 +583,6 @@ private:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    void SetCurrentPriority(u32 new_priority);
 | 
					    void SetCurrentPriority(u32 new_priority);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    void AdjustSchedulingOnAffinity(u64 old_affinity_mask, s32 old_core);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    Common::SpinLock context_guard{};
 | 
					    Common::SpinLock context_guard{};
 | 
				
			||||||
    ThreadContext32 context_32{};
 | 
					    ThreadContext32 context_32{};
 | 
				
			||||||
    ThreadContext64 context_64{};
 | 
					    ThreadContext64 context_64{};
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user