Remove std::move(...) so that copy ellision can occur.
authorDavin McCall <davmac@davmac.org>
Thu, 14 Jan 2016 10:02:06 +0000 (10:02 +0000)
committerDavin McCall <davmac@davmac.org>
Thu, 14 Jan 2016 10:02:06 +0000 (10:02 +0000)
commitb103ccbfd76cebe72c6aac2c07b0bb646abbd7c6
treeb6a4dfe1f859fd980b9644dce18a0804c983f63c
parent890836c96e68836d953cb1c913a89c7eb81af0c3
Remove std::move(...) so that copy ellision can occur.
src/control.cc