summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-03-17 00:12:52 +0800
committerZYSzys <zyszys98@gmail.com>2019-03-19 21:36:12 +0800
commit1f1914c9d454875670a48ac943e98d78671b20c2 (patch)
treef5d7005773307fdefbb3ac64058c6b2d91c31188 /src/node_http2.h
parent197dbf60f143ecb5dce1c2ac14f3eaa19f2227f9 (diff)
downloadandroid-node-v8-1f1914c9d454875670a48ac943e98d78671b20c2.tar.gz
android-node-v8-1f1914c9d454875670a48ac943e98d78671b20c2.tar.bz2
android-node-v8-1f1914c9d454875670a48ac943e98d78671b20c2.zip
http2: delete unused enum in node_http2.h
PR-URL: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h4
1 files changed, 0 insertions, 4 deletions
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