mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-03-04 07:20:18 +00:00
Remove unnecessary moves in return statements
This commit is contained in:
@ -350,7 +350,7 @@ namespace cuda {
|
||||
|
||||
handle.handle_flags[SESSION_HANDLE] = true;
|
||||
|
||||
return std::move(handle);
|
||||
return handle;
|
||||
}
|
||||
|
||||
const char *
|
||||
|
||||
Reference in New Issue
Block a user