summaryrefslogtreecommitdiff
path: root/time.c
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:15:08 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-06-14 05:15:08 +0000
commit7f46923feea165d3b6ece6b0df67ffe510441722 (patch)
treef2f72daaff721d6841d5c0c2041e986a9aca2a8d /time.c
parentaa2a6871ee93e5dc86f243045af91fac90f142bf (diff)
2000-06-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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;