Commit ec733a61 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Remove unused nghttp2_mem_chunk

parent d4ade2d7
......@@ -688,24 +688,6 @@ typedef struct {
int32_t window_size_increment;
} nghttp2_window_update;
/**
* @struct
*
* The structure to hold chunk of memory.
*
* TODO Drop this if it is not used anymore.
*/
typedef struct {
/**
* The pointer to the data.
*/
uint8_t *data;
/**
* The length of the data.
*/
size_t length;
} nghttp2_mem_chunk;
/**
* @union
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment