summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/node_http2.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/node_http2.h b/src/node_http2.h
index 8347510c9d..4446bf4078 100644
--- a/src/node_http2.h
+++ b/src/node_http2.h
@@ -343,9 +343,6 @@ enum session_state_flags {
SESSION_STATE_SENDING = 0x10,
};
-// This allows for 4 default-sized frames with their frame headers
-static const size_t kAllocBufferSize = 4 * (16384 + 9);
-
typedef uint32_t(*get_setting)(nghttp2_session* session,
nghttp2_settings_id id);