summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/time.c2
1 files changed, 0 insertions, 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;
}