From 84478f28fff21aa2eb046524958ce0e8d578828e Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 14 Jun 2022 12:11:42 -0500 Subject: [PATCH] remove duplicate timezone define --- ports/win32/bacport.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ports/win32/bacport.h b/ports/win32/bacport.h index 0348875d..8557bf66 100644 --- a/ports/win32/bacport.h +++ b/ports/win32/bacport.h @@ -70,12 +70,6 @@ and globals in favor of more secure versions. */ #endif #include -#if defined(__BORLANDC__) || defined(_WIN32) -/* seems to not be defined in time.h as specified by The Open Group */ -/* difference from UTC and local standard time */ -long int timezone; -#endif - #ifdef _MSC_VER #define inline __inline #endif