1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

This patch removes two unused global variables from globals.c

Neil Conway
This commit is contained in:
Bruce Momjian
2002-10-03 17:07:53 +00:00
parent 50869ef839
commit d4eae72513
2 changed files with 2 additions and 9 deletions

View File

@ -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;