From 5c305acb97e91f321dcfff16d08158b2c2926181 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Thu, 17 Jul 2014 23:44:03 +0900 Subject: [PATCH] Remove unused nghttp2_io_flag --- lib/includes/nghttp2/nghttp2.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/includes/nghttp2/nghttp2.h b/lib/includes/nghttp2/nghttp2.h index bc3ae658..c06b4f6c 100644 --- a/lib/includes/nghttp2/nghttp2.h +++ b/lib/includes/nghttp2/nghttp2.h @@ -344,10 +344,6 @@ typedef enum { NGHTTP2_ERR_CALLBACK_FAILURE = -902 } nghttp2_error; -typedef enum { - NGHTTP2_MSG_MORE -} nghttp2_io_flag; - /** * @enum *