Skip to content
Snippets Groups Projects
Commit 9e9a4bb3 authored by Lioncash's avatar Lioncash
Browse files

profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNewUser()

Moving a const reference isn't possible, so this just results in a copy
(and given ProfileInfo is composed of trivial types and aggregates, a
move wouldn't really do anything).
parent 028d90eb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment