Even less moving from unique_ptr
authorMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Nov 2015 14:38:59 +0000 (15:38 +0100)
committerMark Abraham <mark.j.abraham@gmail.com>
Wed, 4 Nov 2015 14:40:06 +0000 (15:40 +0100)
commit282c8f008f0cc16dad69082529412c3e703db6e2
tree55951de7bfbd3762ec5970464d228dff58e9c64a
parentfa654ccc7f0099ffcc63bbed45681b502a77c9f3
Even less moving from unique_ptr

clang-3.7 warns that these std::move calls prevent the copy-elision
optimization that is permitted for returns of named values. Now that
these pointers are always std::unique_ptr, we have no need of the
std::move anyway.

I missed these in an earlier patch, through not building the test
binaries when I checked clang-3.7.

Change-Id: I7b7518564a02c98117c7c7e92dcc7f8d12b7a245
src/testutils/refdata-impl.h
src/testutils/refdata-xml.cpp
src/testutils/refdata.cpp