diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 3a419615489..1f43ffbceaf 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: datetime.h,v 1.37 2003/04/04 04:50:44 tgl Exp $ + * $Id: datetime.h,v 1.38 2003/04/18 01:03:42 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -216,13 +216,6 @@ do { \ } while(0) #endif -/* Global variable holding time zone information. */ -#if defined(__CYGWIN__) || defined(N_PLAT_NLM) -#define TIMEZONE_GLOBAL _timezone -#else -#define TIMEZONE_GLOBAL timezone -#endif - /* * Date/time validation * Include check for leap year. |