sijie closed pull request #1685: [table service] remove build warnings "Import xxx.proto but not used" URL: https://github.com/apache/bookkeeper/pull/1685
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/stream/proto/src/main/proto/cluster.proto b/stream/proto/src/main/proto/cluster.proto index 1454071ab6..20e9d6ddb6 100644 --- a/stream/proto/src/main/proto/cluster.proto +++ b/stream/proto/src/main/proto/cluster.proto @@ -17,8 +17,6 @@ */ syntax = "proto3"; -import "common.proto"; - package bookkeeper.proto.cluster; option java_multiple_files = true; diff --git a/stream/proto/src/main/proto/kv_store.proto b/stream/proto/src/main/proto/kv_store.proto index fbaa58f2ea..46257639ce 100644 --- a/stream/proto/src/main/proto/kv_store.proto +++ b/stream/proto/src/main/proto/kv_store.proto @@ -17,7 +17,6 @@ */ syntax = "proto3"; -import "kv.proto"; import "kv_rpc.proto"; package bookkeeper.proto.kv.store; diff --git a/stream/proto/src/main/proto/stream.proto b/stream/proto/src/main/proto/stream.proto index 150e30f98d..7a59868d42 100644 --- a/stream/proto/src/main/proto/stream.proto +++ b/stream/proto/src/main/proto/stream.proto @@ -17,8 +17,6 @@ */ syntax = "proto3"; -import "common.proto"; - package bookkeeper.proto.stream; option java_multiple_files = true; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
