mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 13:20:03 +00:00 
			
		
		
		
	DSP_DSP: Remove unused variable
This commit is contained in:
		
							parent
							
								
									0964a3ff53
								
							
						
					
					
						commit
						913f7ee524
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -17,7 +17,6 @@ | |||
| 
 | ||||
| namespace DSP_DSP { | ||||
| 
 | ||||
| static u32 read_pipe_count; | ||||
| static Kernel::SharedPtr<Kernel::Event> semaphore_event; | ||||
| 
 | ||||
| struct PairHash { | ||||
|  | @ -458,7 +457,6 @@ const Interface::FunctionInfo FunctionTable[] = { | |||
| 
 | ||||
| Interface::Interface() { | ||||
|     semaphore_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "DSP_DSP::semaphore_event"); | ||||
|     read_pipe_count = 0; | ||||
| 
 | ||||
|     Register(FunctionTable); | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue