summaryrefslogtreecommitdiff
path: root/src/include/bootstrap/bootstrap.h
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2019-07-07 09:58:33 +0900
committerMichael Paquier <michael@paquier.xyz>2019-07-07 09:58:33 +0900
commitd1a040543b49e0aad273e7766cd7e2fcf2b781fa (patch)
treef3f4bf081baa4b36b522abc88327caf7e6b9c95e /src/include/bootstrap/bootstrap.h
parentfb30c9c1c5c36989d6b93906986358cb96936d64 (diff)
downloadpostgresql-d1a040543b49e0aad273e7766cd7e2fcf2b781fa.tar.gz
Remove more unreferenced function declarations
Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com
Diffstat (limited to 'src/include/bootstrap/bootstrap.h')
-rw-r--r--src/include/bootstrap/bootstrap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/bootstrap/bootstrap.h b/src/include/bootstrap/bootstrap.h
index 03706ad4f6..85705602cb 100644
--- a/src/include/bootstrap/bootstrap.h
+++ b/src/include/bootstrap/bootstrap.h
@@ -34,8 +34,6 @@ extern int numattr;
extern void AuxiliaryProcessMain(int argc, char *argv[]) pg_attribute_noreturn();
-extern void err_out(void);
-
extern void closerel(char *name);
extern void boot_openrel(char *name);