aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_channel/connector.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 09:09:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 09:09:16 -0700
commit5b9792a75f620011599548ca26989509b71b98cb (patch)
treeb991187151d79690969a44297e378f9d8923835c /src/core/ext/client_channel/connector.h
parente8a44e064ab716424567b07b69b3b7acb744385c (diff)
parent739cecb0bc1f1ba3b2e0b390795cbaf429ec81c2 (diff)
Merge github.com:grpc/grpc into dynamic_tcp_sizing
Diffstat (limited to 'src/core/ext/client_channel/connector.h')
-rw-r--r--src/core/ext/client_channel/connector.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ext/client_channel/connector.h b/src/core/ext/client_channel/connector.h
index 9bff41f003..94b5fb5c9e 100644
--- a/src/core/ext/client_channel/connector.h
+++ b/src/core/ext/client_channel/connector.h
@@ -48,8 +48,6 @@ struct grpc_connector {
typedef struct {
/** set of pollsets interested in this connection */
grpc_pollset_set *interested_parties;
- /** initial connect string to send */
- grpc_slice initial_connect_string;
/** deadline for connection */
gpr_timespec deadline;
/** channel arguments (to be passed to transport) */