profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()
Given the source and destination types are the same std::array type, we can simply use regular assignment to perform the same behavior.
Loading
Please register or sign in to comment