You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2019/10/08 06:15:24 UTC

[incubator-brpc] 03/03: remove unused options.proto from some protos

This is an automated email from the ASF dual-hosted git repository.

jamesge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git

commit 40fd868f1d113385d65a3a2db6e86ad63ce4aac2
Author: jamesge <jg...@gmail.com>
AuthorDate: Mon Oct 7 23:14:47 2019 -0700

    remove unused options.proto from some protos
---
 src/brpc/policy/mongo.proto       | 1 -
 src/brpc/streaming_rpc_meta.proto | 1 -
 src/brpc/trackme.proto            | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/brpc/policy/mongo.proto b/src/brpc/policy/mongo.proto
index fb43a07..3cf3b7f 100644
--- a/src/brpc/policy/mongo.proto
+++ b/src/brpc/policy/mongo.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 
 package brpc.policy;
 
diff --git a/src/brpc/streaming_rpc_meta.proto b/src/brpc/streaming_rpc_meta.proto
index f729c8f..dd91dbd 100644
--- a/src/brpc/streaming_rpc_meta.proto
+++ b/src/brpc/streaming_rpc_meta.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 
 package brpc;
 option java_package="com.brpc";
diff --git a/src/brpc/trackme.proto b/src/brpc/trackme.proto
index 2731463..addc972 100644
--- a/src/brpc/trackme.proto
+++ b/src/brpc/trackme.proto
@@ -1,5 +1,4 @@
 syntax="proto2";
-import "brpc/options.proto";
 option cc_generic_services=true;
 
 package brpc;


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org