summaryrefslogtreecommitdiff
path: root/src/node_http2.h
diff options
context:
space:
mode:
authorgengjiawen <technicalcute@gmail.com>2019-02-19 22:53:24 +0800
committerAnna Henningsen <anna@addaleax.net>2019-03-02 00:13:12 +0100
commit453ed053432e0c1ae34457e5c364b7091af2615e (patch)
tree89826485be8107da6228cb7ab6e51f8c217c7313 /src/node_http2.h
parentf1d846b3b7991f376be1001a4cf3d4050fecbc67 (diff)
downloadandroid-node-v8-453ed053432e0c1ae34457e5c364b7091af2615e.tar.gz
android-node-v8-453ed053432e0c1ae34457e5c364b7091af2615e.tar.bz2
android-node-v8-453ed053432e0c1ae34457e5c364b7091af2615e.zip
src: remove unused macro in node_http2.h
PR-URL: https://github.com/nodejs/node/pull/26204 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'src/node_http2.h')
-rw-r--r--src/node_http2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index 8a8ef74af9..fbfb9a434f 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -50,8 +50,6 @@ using performance::PerformanceEntry;
#define MAX_MAX_HEADER_LIST_SIZE 16777215u
#define DEFAULT_MAX_HEADER_LIST_PAIRS 128u
-#define MAX_BUFFER_COUNT 16
-
enum nghttp2_session_type {
NGHTTP2_SESSION_SERVER,
NGHTTP2_SESSION_CLIENT