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

Commit 5084318

Browse files
authored
Fixing RVO optimization (#3549)
1 parent fb970eb commit 5084318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heron/tmaster/src/cpp/manager/tmaster.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ std::unique_ptr<proto::tmaster::StmgrsRegistrationSummaryResponse> TMaster::GetS
863863
response->add_absent_stmgrs(*it);
864864
}
865865

866-
return std::move(response);
866+
return response;
867867
}
868868

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

0 commit comments

Comments
 (0)