From afd5cd0585802ecc7677e8067c55c3b8ab5a26c7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 13 Oct 2013 17:44:58 +0900 Subject: [PATCH] Remove NGHTTP2_HD_INVALID_INDEX --- lib/nghttp2_hd.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/nghttp2_hd.h b/lib/nghttp2_hd.h index cd011a6c..72260ffc 100644 --- a/lib/nghttp2_hd.h +++ b/lib/nghttp2_hd.h @@ -38,10 +38,6 @@ #define NGHTTP2_HD_MAX_ENTRY_SIZE 3072 #define NGHTTP2_HD_ENTRY_OVERHEAD 32 -/* This value is sensible to NGHTTP2_HD_MAX_BUFFER_SIZE. Currently, - the index is at most 128, so 255 is good choice */ -#define NGHTTP2_HD_INVALID_INDEX 255 - typedef enum { NGHTTP2_HD_SIDE_CLIENT = 0, NGHTTP2_HD_SIDE_SERVER = 1