nghttpx: Remove unused

This commit is contained in:
Tatsuhiro Tsujikawa 2015-05-29 22:20:46 +09:00
parent ad265aa9d0
commit 7582640fd5
2 changed files with 0 additions and 4 deletions

View File

@ -44,6 +44,4 @@
#define DIE() exit(EXIT_FAILURE)
#define SHRPX_READ_WATERMARK (16 * 1024)
#endif // SHRPX_H

View File

@ -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,