This is an automated email from the ASF dual-hosted git repository. adar pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/kudu.git
commit 6f04bc1edd3e652013af7f67c8ec0a7df41cc224 Author: honeyhexin <[email protected]> AuthorDate: Mon Aug 12 21:24:09 2019 +0800 Remove redundant references of MasterServiceProxy Change-Id: Ie6b73b347c566b0f93130b775dac15b646d0219a Reviewed-on: http://gerrit.cloudera.org:8080/14047 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Andrew Wong <[email protected]> --- src/kudu/tools/tool_action_master.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kudu/tools/tool_action_master.cc b/src/kudu/tools/tool_action_master.cc index 9be7f3e..b4ec058 100644 --- a/src/kudu/tools/tool_action_master.cc +++ b/src/kudu/tools/tool_action_master.cc @@ -59,7 +59,6 @@ using kudu::master::ListMastersRequestPB; using kudu::master::ListMastersResponsePB; using kudu::master::Master; using kudu::master::MasterServiceProxy; -using kudu::master::MasterServiceProxy; using kudu::master::ResetAuthzCacheRequestPB; using kudu::master::ResetAuthzCacheResponsePB; using kudu::consensus::RaftPeerPB;
