summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2011-07-04 14:35:52 +0000
committerTom Lane2011-07-04 14:35:52 +0000
commite54ae784e60e08edf7e9da07e452cb279386c603 (patch)
tree7d1ecd9eb52470344e8ea5e63b98af728a605a67
parentf7ea6beaf4ca02b8e6dc576255e35a5b86035cb9 (diff)
Remove missed reference to SilentMode.
-rw-r--r--src/include/postmaster/postmaster.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/postmaster/postmaster.h b/src/include/postmaster/postmaster.h
index 25cc84a47f..f7072f55cf 100644
--- a/src/include/postmaster/postmaster.h
+++ b/src/include/postmaster/postmaster.h
@@ -15,7 +15,6 @@
/* GUC options */
extern bool EnableSSL;
-extern bool SilentMode;
extern int ReservedBackends;
extern int PostPortNumber;
extern int Unix_socket_permissions;