delete useless statement

This commit is contained in:
Igor Sysoev 2009-11-05 17:09:02 +00:00
parent 152504f0c2
commit 33a1975d98
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ ngx_os_init(ngx_log_t *log)
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) {