mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 12:22:41 +08:00
fix building by ICC8, the bug had been introduced in r3476
This commit is contained in:
parent
a5eefbc174
commit
11f4ad3ec2
@ -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…
Reference in New Issue
Block a user