mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Remove superfluous std::move in return std::move(local_var)
This commit is contained in:
		
							parent
							
								
									0433e6cf0b
								
							
						
					
					
						commit
						0f9274fe24
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -117,7 +117,7 @@ Entry CreateEntry(Class log_class, Level log_level, | |||
|     vsnprintf(formatting_buffer.data(), formatting_buffer.size(), format, args); | ||||
|     entry.message = std::string(formatting_buffer.data()); | ||||
| 
 | ||||
|     return std::move(entry); | ||||
|     return entry; | ||||
| } | ||||
| 
 | ||||
| static Filter* filter = nullptr; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue