From fd4bad1655391582f639527c325fc4a99680cc64 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sun, 17 Jul 2022 17:29:32 -0700 Subject: Remove now superfluous declarations of dlsym()ed symbols. The prior commit declared them centrally. Author: Andres Freund Reviewed-By: Tom Lane Discussion: https://postgr.es/m/20211101020311.av6hphdl6xbjbuif@alap3.anarazel.de --- contrib/postgres_fdw/option.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/postgres_fdw/option.c') diff --git a/contrib/postgres_fdw/option.c b/contrib/postgres_fdw/option.c index 572591a558..cd2ef234d6 100644 --- a/contrib/postgres_fdw/option.c +++ b/contrib/postgres_fdw/option.c @@ -51,8 +51,6 @@ static PQconninfoOption *libpq_options; */ char *pgfdw_application_name = NULL; -void _PG_init(void); - /* * Helper functions */ -- cgit v1.2.1