Remove unused nghttp2_io_flag

This commit is contained in:
Tatsuhiro Tsujikawa 2014-07-17 23:44:03 +09:00
parent 61053653df
commit 5c305acb97
1 changed files with 0 additions and 4 deletions

View File

@ -344,10 +344,6 @@ typedef enum {
NGHTTP2_ERR_CALLBACK_FAILURE = -902
} nghttp2_error;
typedef enum {
NGHTTP2_MSG_MORE
} nghttp2_io_flag;
/**
* @enum
*