Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-12-17 23:47:18 +0300
committerIgor Sysoev <igor@sysoev.ru>2008-12-17 23:47:18 +0300
commited9b6d8962c6b7cf0546d0b2d69f34c879395757 (patch)
tree684eab753a2509ef2ef571925633b2cacce689ca /src/core/ngx_buf.h
parentcf6c582b9a617ccec1de1e09015143757c79c00d (diff)
remove never used zero copy stuff
Diffstat (limited to 'src/core/ngx_buf.h')
-rw-r--r--src/core/ngx_buf.h2
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;
};