diff --git a/src/node_http2.h b/src/node_http2.h index 8a8ef74af9c111..fbfb9a434fa598 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