summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
Diffstat (limited to 'time.c')
-rw-r--r--time.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/time.c b/time.c
index fd2c4a8368..ad4ca24630 100644
--- a/time.c
+++ b/time.c
@@ -272,11 +272,6 @@ static VALUE time_gmtime _((VALUE));
static VALUE time_localtime _((VALUE));
static VALUE time_get_tm _((VALUE, int));
-#if defined(HAVE_DAYLIGHT) && !defined(__MINGW32__)
-extern int daylight;
-extern long timezone;
-#endif
-
static time_t
make_time_t(tptr, utc_or_local)
struct tm *tptr;