Skip to content

Commit

Permalink
cleanup: remove gRPC rpc channel
Browse files Browse the repository at this point in the history
This is now replaced with the templated AsyncClient.

Fixes #1535

Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 committed Oct 19, 2017
1 parent ff36ab2 commit cbd9e4c
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 648 deletions.
11 changes: 0 additions & 11 deletions include/envoy/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,6 @@ envoy_cc_library(
],
)

envoy_cc_library(
name = "rpc_channel_interface",
hdrs = ["rpc_channel.h"],
deps = [
"//include/envoy/common:optional",
"//include/envoy/http:header_map_interface",
"//include/envoy/tracing:http_tracer_interface",
"//source/common/protobuf",
],
)

envoy_cc_library(
name = "status",
hdrs = ["status.h"],
Expand Down
79 changes: 0 additions & 79 deletions include/envoy/grpc/rpc_channel.h

This file was deleted.

19 changes: 0 additions & 19 deletions source/common/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -107,25 +107,6 @@ envoy_cc_library(
],
)

envoy_cc_library(
name = "rpc_channel_lib",
srcs = ["rpc_channel_impl.cc"],
hdrs = ["rpc_channel_impl.h"],
deps = [
":common_lib",
"//include/envoy/grpc:rpc_channel_interface",
"//include/envoy/upstream:cluster_manager_interface",
"//source/common/buffer:zero_copy_input_stream_lib",
"//source/common/common:assert_lib",
"//source/common/common:enum_to_int",
"//source/common/common:utility_lib",
"//source/common/http:headers_lib",
"//source/common/http:message_lib",
"//source/common/http:utility_lib",
"//source/common/protobuf",
],
)

envoy_cc_library(
name = "transcoder_input_stream_lib",
srcs = ["transcoder_input_stream_impl.cc"],
Expand Down
97 changes: 0 additions & 97 deletions source/common/grpc/rpc_channel_impl.cc

This file was deleted.

69 changes: 0 additions & 69 deletions source/common/grpc/rpc_channel_impl.h

This file was deleted.

14 changes: 0 additions & 14 deletions test/common/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,6 @@ envoy_cc_test(
],
)

envoy_cc_test(
name = "rpc_channel_impl_test",
srcs = ["rpc_channel_impl_test.cc"],
deps = [
"//source/common/grpc:common_lib",
"//source/common/grpc:rpc_channel_lib",
"//source/common/http:message_lib",
"//test/mocks/grpc:grpc_mocks",
"//test/mocks/upstream:upstream_mocks",
"//test/proto:helloworld_proto",
"//test/test_common:utility_lib",
],
)

envoy_cc_test(
name = "transcoder_input_stream_test",
srcs = ["transcoder_input_stream_test.cc"],
Expand Down
Loading

0 comments on commit cbd9e4c

Please sign in to comment.