From a86e71f182495d73db2176d0927697e6e371517e Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Thu, 5 Dec 2013 22:03:38 +0100 Subject: time: remove unused variable * i386/i386at/rtc.c (tz): Remove unused variable. * xen/time.c (tz): Remove unused variable. --- i386/i386at/rtc.c | 1 - xen/time.c | 1 - 2 files changed, 2 deletions(-) diff --git a/i386/i386at/rtc.c b/i386/i386at/rtc.c index 2115f23..98f157f 100644 --- a/i386/i386at/rtc.c +++ b/i386/i386at/rtc.c @@ -103,7 +103,6 @@ unsigned char *regs; extern struct timeval time; -extern struct timezone tz; static int month[12] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; diff --git a/xen/time.c b/xen/time.c index 93d87d4..4ebe91f 100644 --- a/xen/time.c +++ b/xen/time.c @@ -111,7 +111,6 @@ static void hypclock_intr(int unit, int old_ipl, void *ret_addr, struct i386_int } extern struct timeval time; -extern struct timezone tz; int readtodc(tp) -- cgit v1.2.3