commit | a287592b9c1128727228391cb3615f72df4eb442 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Tue Sep 03 16:44:54 2024 +0900 |
committer | Yi Kong <yikong@google.com> | Tue Sep 03 16:45:29 2024 +0900 |
tree | 42d8d55ac6b9f9255bf796b86a20c05864df0ee4 | |
parent | 206bdf2f234edd04980964133812e890358b9adb [diff] |
Remove unnecessary std::move Moving a temporary object prevents copy elision, and could reduce performance. This fixes -Wpessimizing-move compiler warning. Test: presubmit Bug: 154270751 Change-Id: I6d967966f75fb15e9b5c5e4661bd5ca3af37e8e0