[libcody] Remove some std::move [PR 98368]
authorNathan Sidwell <nathan@acm.org>
Mon, 4 Jan 2021 14:38:52 +0000 (06:38 -0800)
committerNathan Sidwell <nathan@acm.org>
Mon, 4 Jan 2021 14:38:52 +0000 (06:38 -0800)
commit6288183377a0dc8f02ad415eb1ac9338507445aa
tree3cfcd8c055d24a634e0dd698c76acd4b77e5e3a2
parent6bbc196c64ddbbb84fd40eebeafbd5a458b50afb
[libcody] Remove some std::move [PR 98368]

Compiling on clang showed a couple of pessimizations.  Fixed thusly.

libcody/
* client.cc (Client::ProcessResponse): Remove std::move
inside ?:
c++tools/
* resolver.cc (module_resolver::cmi_response): Remove
std::move of temporary.
c++tools/resolver.cc
libcody/client.cc