mirror of
				https://github.com/yuzu-emu/unicorn.git
				synced 2025-11-04 14:14:57 +00:00 
			
		
		
		
	tcg: Remove TCGOpDef.used
The last user of this field disappeared in f69d277ece4.
This commit is contained in:
		
							parent
							
								
									7813c57f9e
								
							
						
					
					
						commit
						50b3632ab4
					
				| 
						 | 
				
			
			@ -657,9 +657,6 @@ typedef struct TCGOpDef {
 | 
			
		|||
    uint8_t nb_oargs, nb_iargs, nb_cargs, nb_args;
 | 
			
		||||
    uint8_t flags;
 | 
			
		||||
    TCGArgConstraint *args_ct;
 | 
			
		||||
#if defined(CONFIG_DEBUG_TCG)
 | 
			
		||||
    int used;
 | 
			
		||||
#endif
 | 
			
		||||
} TCGOpDef;
 | 
			
		||||
 | 
			
		||||
struct tcg_temp_info {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue