From aa38b31544cfee5da52f483fe6905f965ae78a07 Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 23 Feb 2005 21:57:07 +0000 Subject: warning free git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2536 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/time.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mbbsd/time.c b/mbbsd/time.c index e692f668..11f963c3 100644 --- a/mbbsd/time.c +++ b/mbbsd/time.c @@ -7,8 +7,6 @@ extern time_t timegm(struct tm *const t); time_t mktime(register struct tm* const t) { time_t x=timegm(t); - int isdst; - time_t y; x-=8*3600; return x; } -- cgit v1.2.3