From 67b13ad9ffd774ed9b31c7f631e717d4918e634d Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 18 Jul 2014 21:14:07 +0900 Subject: [PATCH] Remove unused nghttp2_nva_out --- lib/nghttp2_hd.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index a8cbc201..ab70c94d 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -133,12 +133,6 @@ static uint32_t hash(const uint8_t *s, size_t n) return h; } -typedef struct { - nghttp2_nv *nva; - size_t nvacap; - size_t nvlen; -} nghttp2_nva_out; - int nghttp2_hd_entry_init(nghttp2_hd_entry *ent, uint8_t flags, uint8_t *name, size_t namelen, uint8_t *value, size_t valuelen)