axe unused code
diff --git a/src/os/win32/ngx_files.h b/src/os/win32/ngx_files.h
index 0815d3e..5aef0b6 100644
--- a/src/os/win32/ngx_files.h
+++ b/src/os/win32/ngx_files.h
@@ -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