From 7582640fd5d0c48f3306183048f160c4eb79806d Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Fri, 29 May 2015 22:20:46 +0900 Subject: [PATCH] nghttpx: Remove unused --- src/shrpx.h | 2 -- src/shrpx_http2_session.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/shrpx.h b/src/shrpx.h index bd91c766..e2a99b3d 100644 --- a/src/shrpx.h +++ b/src/shrpx.h @@ -44,6 +44,4 @@ #define DIE() exit(EXIT_FAILURE) -#define SHRPX_READ_WATERMARK (16 * 1024) - #endif // SHRPX_H diff --git a/src/shrpx_http2_session.h b/src/shrpx_http2_session.h index 35d33763..2fa2de5a 100644 --- a/src/shrpx_http2_session.h +++ b/src/shrpx_http2_session.h @@ -168,8 +168,6 @@ public: CONNECT_FAILING, }; - static const size_t OUTBUF_MAX_THRES = 64 * 1024; - enum { // Connection checking is not required CONNECTION_CHECK_NONE,