Remove unneeded variable initialization from r314319.
Pointed out by: kib
This commit is contained in:
parent
1049406230
commit
13fe9ebd60
@ -146,7 +146,6 @@ __vdso_init_hpet(uint32_t u)
|
||||
if (old_map != NULL)
|
||||
return;
|
||||
|
||||
mode = 0;
|
||||
if (cap_getmode(&mode) == 0 && mode != 0)
|
||||
goto fail;
|
||||
|
||||
@ -186,7 +185,6 @@ __vdso_init_hyperv_tsc(void)
|
||||
int fd;
|
||||
unsigned int mode;
|
||||
|
||||
mode = 0;
|
||||
if (cap_getmode(&mode) == 0 && mode != 0)
|
||||
goto fail;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user