remove duplicate timezone define

This commit is contained in:
Steve Karg
2022-06-14 12:11:42 -05:00
parent ff6fcf456c
commit 84478f28ff
-6
View File
@@ -70,12 +70,6 @@ and globals in favor of more secure versions. */
#endif
#include <sys/timeb.h>
#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