From 1f1914c9d454875670a48ac943e98d78671b20c2 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Sun, 17 Mar 2019 00:12:52 +0800 Subject: http2: delete unused enum in node_http2.h PR-URL: https://github.com/nodejs/node/pull/26704 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Luigi Pinca Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Yongsheng Zhang --- src/node_http2.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/node_http2.h') diff --git a/src/node_http2.h b/src/node_http2.h index c5c0ebcc2b..06adfd55cd 100644 --- a/src/node_http2.h +++ b/src/node_http2.h @@ -55,10 +55,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 -- cgit v1.2.3