summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/miscadmin.h')
-rw-r--r--src/include/miscadmin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/miscadmin.h b/src/include/miscadmin.h
index e69fba4b87b..742f58137c5 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: miscadmin.h,v 1.84 2001/05/08 21:06:43 petere Exp $
+ * $Id: miscadmin.h,v 1.85 2001/05/12 01:48:49 petere Exp $
*
* NOTES
* some of the information in this file should be moved to
@@ -113,7 +113,6 @@ extern int PostmasterMain(int argc, char *argv[]);
* from utils/init/globals.c
*/
extern bool Noversion;
-extern bool Quiet;
extern char *DataDir;
extern int MyProcPid;