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/jsonb_plpython/jsonb_plpython.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'contrib/jsonb_plpython/jsonb_plpython.c') diff --git a/contrib/jsonb_plpython/jsonb_plpython.c b/contrib/jsonb_plpython/jsonb_plpython.c index 03bbfa87d9a..a625727c5e8 100644 --- a/contrib/jsonb_plpython/jsonb_plpython.c +++ b/contrib/jsonb_plpython/jsonb_plpython.c @@ -9,8 +9,6 @@ PG_MODULE_MAGIC; -void _PG_init(void); - /* for PLyObject_AsString in plpy_typeio.c */ typedef char *(*PLyObject_AsString_t) (PyObject *plrv); static PLyObject_AsString_t PLyObject_AsString_p; -- cgit v1.2.3