aboutsummaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-10-03 17:07:53 +0000
committerBruce Momjian <bruce@momjian.us>2002-10-03 17:07:53 +0000
commitd4eae72513d919522c8711b55894511f4fb49443 (patch)
tree02cdf3bf97bdedf6fca9e33755e15e5660d5d290 /src/include/miscadmin.h
parent50869ef83907477a10301eba3148a6e730f4a5e7 (diff)
downloadpostgresql-d4eae72513d919522c8711b55894511f4fb49443.tar.gz
postgresql-d4eae72513d919522c8711b55894511f4fb49443.zip
This patch removes two unused global variables from globals.c
Neil Conway
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h5
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;