diff options
author | Mark D. Roth <roth@google.com> | 2017-10-30 13:07:59 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-30 13:07:59 -0700 |
commit | 662ec97674dd0918f4db4c21f5f47038c535a9ba (patch) | |
tree | 2c606d9e167772eafc926f162033ef80739702c2 /include | |
parent | 555b84506e22ecd5bc5cea0f2d3dcae3a1d8c108 (diff) | |
parent | 0e06c41c9cefe80ec2bae8a92bc0a0e2500af800 (diff) |
Merge pull request #12878 from markdroth/pick_first_subchannel_list
Refactor subchannel_list code out of RR and use it in PF.
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 */ |