Skip to content

Commit

Permalink
http2: delete unused enum in node_http2.h
Browse files Browse the repository at this point in the history
PR-URL: #26704
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Yongsheng Zhang <[email protected]>
  • Loading branch information
gengjiawen authored and MylesBorins committed May 16, 2019
1 parent 09f162b commit 91b1b2c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/node_http2.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ enum nghttp2_session_type {
NGHTTP2_SESSION_CLIENT
};

enum nghttp2_shutdown_flags {
NGHTTP2_SHUTDOWN_FLAG_GRACEFUL
};

enum nghttp2_stream_flags {
NGHTTP2_STREAM_FLAG_NONE = 0x0,
// Writable side has ended
Expand Down

0 comments on commit 91b1b2c

Please sign in to comment.