diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:38 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-09 00:12:19 +0900 |
commit | a86e71f182495d73db2176d0927697e6e371517e (patch) | |
tree | 92f35839941f980c7b6adb283ca606c67fdcb720 | |
parent | f13cdc6b8d46628f4f7f6e8a3bb1f719a2b9c771 (diff) |
time: remove unused variable
* i386/i386at/rtc.c (tz): Remove unused variable.
* xen/time.c (tz): Remove unused variable.
-rw-r--r-- | i386/i386at/rtc.c | 1 | ||||
-rw-r--r-- | xen/time.c | 1 |
2 files changed, 0 insertions, 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}; @@ -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) |