mirror of
https://github.com/nginx/nginx.git
synced 2024-12-12 02:09:04 +08:00
axe unused code
This commit is contained in:
parent
50034b856c
commit
cbb5578c52
@ -32,9 +32,6 @@
|
||||
CreateFile((const char *) name, mode, \
|
||||
FILE_SHARE_READ|FILE_SHARE_WRITE|FILE_SHARE_DELETE, \
|
||||
NULL, create, FILE_FLAG_BACKUP_SEMANTICS, NULL)
|
||||
/*
|
||||
NULL, OPEN_EXISTING, 0, NULL)
|
||||
*/
|
||||
#define ngx_open_file_n "CreateFile()"
|
||||
|
||||
#define NGX_FILE_RDONLY GENERIC_READ
|
||||
|
Loading…
Reference in New Issue
Block a user