Remove superfluous std::move calls
authorJason Prado <jprado@fb.com>
Fri, 21 Aug 2015 01:06:23 +0000 (18:06 -0700)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Fri, 21 Aug 2015 01:20:19 +0000 (18:20 -0700)
Summary: clang-3.7 upstream warns that these calls prevent a copy elision
(-Wpessimizing-move).

Reviewed By: @​mzlee

Differential Revision: D2366951


No differences found