diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-06-17 17:16:26 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-06-17 17:16:26 -0700 |
commit | c9a7f5cf168fc675fcf4359458677f32942da6d3 (patch) | |
tree | a73d74697af4de0fcb226ad218060940b1ef1d92 /src/core | |
parent | 428f9796f60a7fa85a5ac390e37bd79fc72614c8 (diff) |
Dead code cleanup
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/transport/chttp2/frame.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/core/transport/chttp2/frame.h b/src/core/transport/chttp2/frame.h index 856de02106..879ee036fa 100644 --- a/src/core/transport/chttp2/frame.h +++ b/src/core/transport/chttp2/frame.h @@ -45,26 +45,6 @@ typedef enum { GRPC_CHTTP2_CONNECTION_ERROR } grpc_chttp2_parse_error; -#if 0 -typedef struct { - gpr_uint8 end_of_stream; - gpr_uint8 need_flush_reads; - gpr_uint8 metadata_boundary; - gpr_uint8 ack_settings; - gpr_uint8 send_ping_ack; - gpr_uint8 process_ping_reply; - gpr_uint8 goaway; - gpr_uint8 rst_stream; - - gpr_int64 initial_window_update; - gpr_uint32 window_update; - gpr_uint32 goaway_last_stream_index; - gpr_uint32 goaway_error; - gpr_slice goaway_text; - gpr_uint32 rst_stream_reason; -} grpc_chttp2_parse_state; -#endif - /* defined in internal.h */ typedef struct grpc_chttp2_stream_parsing grpc_chttp2_stream_parsing; typedef struct grpc_chttp2_transport_parsing grpc_chttp2_transport_parsing; |