From 23491f1decae17401c5c08e7f8a11e0d30f4f0e2 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 23 Jun 2014 07:01:34 -0400 Subject: Unused contexts found under PERL_GLOBAL_STRUCT. --- time64.c | 1 - 1 file changed, 1 deletion(-) (limited to 'time64.c') diff --git a/time64.c b/time64.c index 72a5a971cd..555286b5e0 100644 --- a/time64.c +++ b/time64.c @@ -321,7 +321,6 @@ static struct tm * S_localtime_r(const time_t *clock, struct tm *result) { #ifndef HAS_GMTIME_R /* Simulate gmtime_r() to the best of our ability */ static struct tm * S_gmtime_r(const time_t *clock, struct tm *result) { - dTHX; /* in case the following is defined as Perl_my_gmtime(aTHX_ ...) */ const struct tm *static_result = gmtime(clock); assert(result != NULL); -- cgit v1.2.1