Todd Lipcon has submitted this change and it was merged. Change subject: Manually remove remaining .Pass() calls ......................................................................
Manually remove remaining .Pass() calls In all of the remaining usages of Pass(), the value being passed was already in a rvalue context, so we could remove the call. Change-Id: Iff601dd14d016d2d76d43a68b330b3f55f78f99f Reviewed-on: http://gerrit.cloudera.org:8080/2247 Tested-by: Kudu Jenkins Reviewed-by: Dan Burkert <[email protected]> --- M docs/design-docs/cpp-client.md M src/kudu/consensus/raft_consensus_quorum-test.cc M src/kudu/rpc/inbound_call.cc M src/kudu/tablet/tablet_peer-test.cc M src/kudu/tserver/remote_bootstrap_session-test.cc M src/kudu/tserver/tablet_service.cc M src/kudu/util/debug/trace_event_impl.cc 7 files changed, 10 insertions(+), 12 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2247 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iff601dd14d016d2d76d43a68b330b3f55f78f99f Gerrit-PatchSet: 5 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
