remove redundant moves

This commit is contained in:
Konstantinos Margaritis
2024-01-17 17:15:32 +02:00
parent f399dfa586
commit f3b9af09c9
5 changed files with 5 additions and 5 deletions

View File

@@ -462,7 +462,7 @@ unique_ptr<raw_report_info> mcclellan_build_strat::gatherReports(
*isSingleReport = 0;
}
return std::move(ri);
return ri;
}
u32 raw_report_info_impl::getReportListSize() const {