| commit | 8b620a8a97d46faef168db06f3a4dddbf2af6149 | [log] [tgz] |
|---|---|---|
| author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 05 17:09:02 2009 +0000 |
| committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 05 17:09:02 2009 +0000 |
| tree | 3d0788f5206f5fac271a0b7248643fb7a77f074a | |
| parent | 4121aa34403665f662bbd9d8ef21176f36a8108c [diff] |
delete useless statement
diff --git a/src/os/unix/ngx_posix_init.c b/src/os/unix/ngx_posix_init.c index b38a810..f216144 100644 --- a/src/os/unix/ngx_posix_init.c +++ b/src/os/unix/ngx_posix_init.c
@@ -44,8 +44,6 @@ ngx_pagesize = getpagesize(); ngx_cacheline_size = NGX_CPU_CACHE_LINE; - n = ngx_pagesize; - for (n = ngx_pagesize; n >>= 1; ngx_pagesize_shift++) { /* void */ } if (ngx_ncpu == 0) {