mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	removed DISALLOW_COPY_AND_ASSIGN in favor of NonCopyable class
This commit is contained in:
		
							parent
							
								
									451a14f98c
								
							
						
					
					
						commit
						a48c6b947d
					
				
					 8 changed files with 2 additions and 21 deletions
				
			
		|  | @ -27,9 +27,6 @@ public: | |||
|         return "gsp::Gpu"; | ||||
|     } | ||||
| 
 | ||||
| private: | ||||
| 
 | ||||
|     DISALLOW_COPY_AND_ASSIGN(Interface); | ||||
| }; | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
|  | @ -29,9 +29,6 @@ public: | |||
|         return "hid:USER"; | ||||
|     } | ||||
| 
 | ||||
| private: | ||||
| 
 | ||||
|     DISALLOW_COPY_AND_ASSIGN(Interface); | ||||
| }; | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
|  | @ -32,9 +32,6 @@ public: | |||
|      */ | ||||
|     Syscall::Result Sync(); | ||||
| 
 | ||||
| private: | ||||
|       | ||||
|     DISALLOW_COPY_AND_ASSIGN(Interface); | ||||
| }; | ||||
| 
 | ||||
| } // namespace
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue