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: Iff8d4b0db7a3839d8a33abcc93f4ee227e9f9806
1 file changed