diff options
author | Mark D. Roth <roth@google.com> | 2017-10-27 09:37:41 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2017-10-27 09:37:41 -0700 |
commit | 6e5ce7288da316a6ceee84bd071b6bbddec21495 (patch) | |
tree | 187ac964aa5254f13e4967e30691887c0c47f5b2 /include | |
parent | e9b1083791873f2bc9e0bc33874911c49f05e923 (diff) |
Assume that subchannels start in state IDLE.
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/connectivity_state.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/grpc/impl/codegen/connectivity_state.h b/include/grpc/impl/codegen/connectivity_state.h index 545b4fdbcc..b70dbef356 100644 --- a/include/grpc/impl/codegen/connectivity_state.h +++ b/include/grpc/impl/codegen/connectivity_state.h @@ -25,8 +25,6 @@ extern "C" { /** Connectivity state of a channel. */ typedef enum { - /** channel has just been initialized */ - GRPC_CHANNEL_INIT = -1, /** channel is idle */ GRPC_CHANNEL_IDLE, /** channel is connecting */ |