Skip to content

Commit 1073e54

Browse files
gengjiawentargos
authored andcommitted
http2: delete unused enum in node_http2.h
PR-URL: #26704 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
1 parent 148c2ca commit 1073e54

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
@@ -55,10 +55,6 @@ enum nghttp2_session_type {
5555
NGHTTP2_SESSION_CLIENT
5656
};
5757

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

0 commit comments

Comments
 (0)