diff options
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r-- | src/include/miscadmin.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h index 0402a690c5f..1dbd737db3b 100644 --- a/src/include/miscadmin.h +++ b/src/include/miscadmin.h @@ -12,7 +12,7 @@ * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: miscadmin.h,v 1.110 2002/09/05 18:28:46 petere Exp $ + * $Id: miscadmin.h,v 1.111 2002/10/03 17:07:53 momjian Exp $ * * NOTES * some of the information in this file should be moved to @@ -161,9 +161,6 @@ extern bool CDayLight; extern int CTimeZone; extern char CTZName[]; -extern char FloatFormat[]; -extern char DateFormat[]; - extern bool enableFsync; extern bool allowSystemTableMods; extern DLLIMPORT int SortMem; |