Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Commit

Permalink
Fixing RVO optimization (#3549)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis committed Jul 2, 2020
1 parent fb970eb commit 5084318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heron/tmaster/src/cpp/manager/tmaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ std::unique_ptr<proto::tmaster::StmgrsRegistrationSummaryResponse> TMaster::GetS
response->add_absent_stmgrs(*it);
}

return std::move(response);
return response;
}

shared_ptr<proto::system::PhysicalPlan> TMaster::MakePhysicalPlan() {
Expand Down

0 comments on commit 5084318

Please sign in to comment.