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