commit | 9dce90f3c30b2b287702172e90db519dcf678917 | [log] [tgz] |
---|---|---|
author | Yi Kong <yikong@google.com> | Wed Aug 14 07:06:52 2024 +0800 |
committer | Yi Kong <yikong@google.com> | Tue Aug 13 23:08:50 2024 +0000 |
tree | 572f570bd43a82cd4e76567fff2199c6627e68bb | |
parent | 912ff82ead372fa36870a63585ce43a2624fed99 [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 Flag: EXEMPT code cleanup Change-Id: Ib727d96f45f8d17557c7714599fd07d9993236c3