From 453ed053432e0c1ae34457e5c364b7091af2615e Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Tue, 19 Feb 2019 22:53:24 +0800 Subject: src: remove unused macro in node_http2.h PR-URL: https://github.com/nodejs/node/pull/26204 Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell --- src/node_http2.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/node_http2.h') 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 -- cgit v1.2.3