mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-30 20:27:14 +00:00
Remove unnecessary moves in return statements
This commit is contained in:
@ -769,7 +769,7 @@ namespace egl {
|
||||
|
||||
gl_drain_errors;
|
||||
|
||||
return std::move(sws);
|
||||
return sws;
|
||||
}
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user