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 --- src/test/modules/test_shm_mq/test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/test/modules/test_shm_mq/test.c') diff --git a/src/test/modules/test_shm_mq/test.c b/src/test/modules/test_shm_mq/test.c index 5a788692d95..1d1c184d8ce 100644 --- a/src/test/modules/test_shm_mq/test.c +++ b/src/test/modules/test_shm_mq/test.c @@ -24,8 +24,6 @@ PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(test_shm_mq); PG_FUNCTION_INFO_V1(test_shm_mq_pipelined); -void _PG_init(void); - static void verify_message(Size origlen, char *origdata, Size newlen, char *newdata); -- cgit v1.2.3