commit | 99df7ced5d6f42a2c164b4875b557d89a12c5b5b | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Aug 14 01:55:56 2024 +0800 |
committer | Yi Kong <yikong@google.com> | Wed Aug 14 01:56:18 2024 +0800 |
tree | a840c82afaa2c7dd34655af2eae62aa0b52bae39 | |
parent | fc8d55a0bf600824595a6afe82b3b618f64ca521 [diff] |
security: 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: I378f1b9029f1a0711728ff14e4071263ad330504