mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
Remove unnecessary moves in return statements
This commit is contained in:
@@ -1498,7 +1498,7 @@ namespace video {
|
||||
|
||||
encode_session.session = std::move(*session);
|
||||
|
||||
return std::move(encode_session);
|
||||
return encode_session;
|
||||
}
|
||||
|
||||
encode_e
|
||||
|
||||
Reference in New Issue
Block a user