Remove unused nghttp2_nva_out

This commit is contained in:
Tatsuhiro Tsujikawa 2014-07-18 21:14:07 +09:00
parent 8dc47c6750
commit 67b13ad9ff
1 changed files with 0 additions and 6 deletions

View File

@ -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)