mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
fix building by ICC8, the bug had been introduced in r3476
This commit is contained in:
parent
a5eefbc174
commit
11f4ad3ec2
1 changed files with 0 additions and 2 deletions
|
|
@ -172,7 +172,6 @@ ngx_time_sigsafe_update(void)
|
|||
u_char *p;
|
||||
ngx_tm_t tm;
|
||||
time_t sec;
|
||||
ngx_uint_t msec;
|
||||
ngx_time_t *tp;
|
||||
struct timeval tv;
|
||||
|
||||
|
|
@ -183,7 +182,6 @@ ngx_time_sigsafe_update(void)
|
|||
ngx_gettimeofday(&tv);
|
||||
|
||||
sec = tv.tv_sec;
|
||||
msec = tv.tv_usec / 1000;
|
||||
|
||||
tp = &cached_time[slot];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue