Remove unused nghttp2_io_flag
This commit is contained in:
parent
61053653df
commit
5c305acb97
|
@ -344,10 +344,6 @@ typedef enum {
|
||||||
NGHTTP2_ERR_CALLBACK_FAILURE = -902
|
NGHTTP2_ERR_CALLBACK_FAILURE = -902
|
||||||
} nghttp2_error;
|
} nghttp2_error;
|
||||||
|
|
||||||
typedef enum {
|
|
||||||
NGHTTP2_MSG_MORE
|
|
||||||
} nghttp2_io_flag;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @enum
|
* @enum
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue