aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_buf.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-17 20:47:18 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-12-17 20:47:18 +0000
commited9b6d8962c6b7cf0546d0b2d69f34c879395757 (patch)
tree684eab753a2509ef2ef571925633b2cacce689ca /src/core/ngx_buf.c
parentcf6c582b9a617ccec1de1e09015143757c79c00d (diff)
downloadnginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.tar.gz
nginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.zip
remove never used zero copy stuff
Diffstat (limited to 'src/core/ngx_buf.c')
-rw-r--r--src/core/ngx_buf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/ngx_buf.c b/src/core/ngx_buf.c
index 31d990315..2f2c43721 100644
--- a/src/core/ngx_buf.c
+++ b/src/core/ngx_buf.c
@@ -201,12 +201,6 @@ ngx_chain_update_chains(ngx_chain_t **free, ngx_chain_t **busy,
break;
}
-#if (NGX_HAVE_WRITE_ZEROCOPY)
- if ((*busy)->buf->zerocopy_busy) {
- break;
- }
-#endif
-
if ((*busy)->buf->tag != tag) {
*busy = (*busy)->next;
continue;