Fix pessimizing move.
Stephen Hines authored
The std::move() here is unnecessary, and prohibits the compiler from
performing copy elision.

Change-Id: Ibdf515c4c0b0c07ff966c696e671a0526be1528e
c7f2a016