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

@@ -270,7 +270,7 @@ unique_ptr<raw_report_info> sheng_build_strat::gatherReports(
*isSingleReport = 0;
}
return std::move(ri);
return ri;
}
u32 sheng_build_strat::max_allowed_offset_accel() const {