summaryrefslogtreecommitdiff
path: root/src/include/miscadmin.h
diff options
context:
space:
mode:
authorNeil Conway2004-01-06 17:36:31 +0000
committerNeil Conway2004-01-06 17:36:31 +0000
commit030f8e731326f39a5438af9ce3adc48479332f8b (patch)
tree6c9c32f2eaefdac7b6dc06b2aab24028000802c7 /src/include/miscadmin.h
parentbc028beb166b704d3c3028961dd6905772bf3a2d (diff)
Remove unused 'noversion' command-line option processing from the
backend.
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 729c0049d93..86fb2e03f4a 100644
--- a/src/include/miscadmin.h
+++ b/src/include/miscadmin.h
@@ -12,7 +12,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.140 2003/12/21 04:34:35 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.141 2004/01/06 17:36:31 neilc Exp $
*
* NOTES
* some of the information in this file should be moved to
@@ -125,7 +125,6 @@ extern bool IsUnderPostmaster;
extern bool ExitOnAnyError;
-extern bool Noversion;
extern char *DataDir;
extern DLLIMPORT int MyProcPid;