diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-12-17 20:47:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-12-17 20:47:18 +0000 |
commit | ed9b6d8962c6b7cf0546d0b2d69f34c879395757 (patch) | |
tree | 684eab753a2509ef2ef571925633b2cacce689ca /src/core/ngx_buf.h | |
parent | cf6c582b9a617ccec1de1e09015143757c79c00d (diff) | |
download | nginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.tar.gz nginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.zip |
remove never used zero copy stuff
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r-- | src/core/ngx_buf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/ngx_buf.h b/src/core/ngx_buf.h index ce26c630e..8649bdb9e 100644 --- a/src/core/ngx_buf.h +++ b/src/core/ngx_buf.h @@ -51,8 +51,6 @@ struct ngx_buf_s { unsigned last_shadow:1; unsigned temp_file:1; - unsigned zerocopy_busy:1; - /* STUB */ int num; }; |