diff --git a/src/node_http2.h b/src/node_http2.h index 4dc33d84c2af61..4b38f867f77434 100644 --- a/src/node_http2.h +++ b/src/node_http2.h @@ -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