From 167a1102e0e247fe03e72a090fedb5fe2cd1cfef Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Wed, 30 Apr 2014 10:55:43 +0900 Subject: [PATCH] Remove unused NGHTTP2_HD_MAX_BUFFER_LENGTH macro --- lib/nghttp2_hd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/nghttp2_hd.h b/lib/nghttp2_hd.h index 08a0c71a..31bbd57b 100644 --- a/lib/nghttp2_hd.h +++ b/lib/nghttp2_hd.h @@ -41,7 +41,6 @@ by the spec. We just chose the arbitrary size */ #define NGHTTP2_HD_MAX_NAME 256 #define NGHTTP2_HD_MAX_VALUE 8192 -#define NGHTTP2_HD_MAX_BUFFER_LENGTH (1 << 15) /* Default size of maximum table buffer size for encoder. Even if remote decoder notifies larger buffer size for its decoding,