commit | 301f5e0d61d01d0604683bf917b9ff8c609017aa | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Aug 14 01:50:10 2024 +0800 |
committer | Yi Kong <yikong@google.com> | Wed Aug 14 01:50:44 2024 +0800 |
tree | 648c70abb5e0e516e278b358337e1e651c455057 | |
parent | fc8d55a0bf600824595a6afe82b3b618f64ca521 [diff] |
automotive: 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: Ia2ffdb8addde27a67d2e2382bef1d45d5261f3ca