Removed unused variable and cleaned whitespaces

This commit is contained in:
Ben Mezger 2017-03-16 13:00:53 -03:00
parent cde13ef781
commit 72de347fb7

View File

@ -49,7 +49,6 @@ void
init_clock(void) init_clock(void)
{ {
char *value; char *value;
int i;
/* Initialize clock information structure. */ /* Initialize clock information structure. */
memset(&kclockinfo, 0, sizeof(kclockinfo)); memset(&kclockinfo, 0, sizeof(kclockinfo));