Gabriella Lotz has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24680
Change subject: remove std::move on optional<MonoTime> deadline ...................................................................... remove std::move on optional<MonoTime> deadline MonoTime wraps a single int64_t, so std::move on the deadline does nothing beyond a plain copy. clang-tidy flags these sites in rebalancer_tool.cc as performance-move-const-arg; drop the std::move. No behavior change. Change-Id: I468f3cfd22de98d51c725dcecc15ed35e4cfe8ad --- M src/kudu/tools/rebalancer_tool.cc 1 file changed, 6 insertions(+), 6 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/80/24680/1 -- To view, visit http://gerrit.cloudera.org:8080/24680 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I468f3cfd22de98d51c725dcecc15ed35e4cfe8ad Gerrit-Change-Number: 24680 Gerrit-PatchSet: 1 Gerrit-Owner: Gabriella Lotz <[email protected]>
