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/os/win32/ngx_os.h | |
parent | cf6c582b9a617ccec1de1e09015143757c79c00d (diff) | |
download | nginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.tar.gz nginx-ed9b6d8962c6b7cf0546d0b2d69f34c879395757.zip |
remove never used zero copy stuff
Diffstat (limited to 'src/os/win32/ngx_os.h')
-rw-r--r-- | src/os/win32/ngx_os.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/win32/ngx_os.h b/src/os/win32/ngx_os.h index c9a911a75..93ec3ffaa 100644 --- a/src/os/win32/ngx_os.h +++ b/src/os/win32/ngx_os.h @@ -13,7 +13,6 @@ #include <ngx_gui.h> #define NGX_IO_SENDFILE 1 -#define NGX_IO_ZEROCOPY 2 typedef ssize_t (*ngx_recv_pt)(ngx_connection_t *c, u_char *buf, size_t size); |