mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +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 { | namespace DSP_DSP { | ||||||
| 
 | 
 | ||||||
| static u32 read_pipe_count; |  | ||||||
| static Kernel::SharedPtr<Kernel::Event> semaphore_event; | static Kernel::SharedPtr<Kernel::Event> semaphore_event; | ||||||
| 
 | 
 | ||||||
| struct PairHash { | struct PairHash { | ||||||
|  | @ -458,7 +457,6 @@ const Interface::FunctionInfo FunctionTable[] = { | ||||||
| 
 | 
 | ||||||
| Interface::Interface() { | Interface::Interface() { | ||||||
|     semaphore_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "DSP_DSP::semaphore_event"); |     semaphore_event = Kernel::Event::Create(Kernel::ResetType::OneShot, "DSP_DSP::semaphore_event"); | ||||||
|     read_pipe_count = 0; |  | ||||||
| 
 | 
 | ||||||
|     Register(FunctionTable); |     Register(FunctionTable); | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue