Remove unneeded variable initialization from r314319.

Pointed out by:	kib
This commit is contained in:
oshogbo 2017-02-26 22:15:39 +00:00
parent 1049406230
commit 13fe9ebd60

View File

@ -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;