Skip to content

Commit f7b03bd

Browse files
gengjiawenBethGriggs
authored andcommitted
http2: delete unused enum in node_http2.h
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]>
1 parent bc7449c commit f7b03bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node_http2.h

-4
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ enum nghttp2_session_type {
5454
NGHTTP2_SESSION_CLIENT
5555
};
5656

57-
enum nghttp2_shutdown_flags {
58-
NGHTTP2_SHUTDOWN_FLAG_GRACEFUL
59-
};
60-
6157
enum nghttp2_stream_flags {
6258
NGHTTP2_STREAM_FLAG_NONE = 0x0,
6359
// Writable side has ended

0 commit comments

Comments
 (0)