diff options
author | Andres Freund | 2022-07-18 00:29:32 +0000 |
---|---|---|
committer | Andres Freund | 2022-07-18 00:29:32 +0000 |
commit | fd4bad1655391582f639527c325fc4a99680cc64 (patch) | |
tree | 5e59a7fcf0bbe666e0d64532dc2fe57a0eade6b8 /src/pl/tcl/pltcl.c | |
parent | f2b73c8d75d583adcdd3562adca335d31f430ac5 (diff) |
Remove now superfluous declarations of dlsym()ed symbols.
The prior commit declared them centrally.
Author: Andres Freund <[email protected]>
Reviewed-By: Tom Lane <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/pl/tcl/pltcl.c')
-rw-r--r-- | src/pl/tcl/pltcl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pl/tcl/pltcl.c b/src/pl/tcl/pltcl.c index 0dd6d8ab2c2..eaa98d42c2e 100644 --- a/src/pl/tcl/pltcl.c +++ b/src/pl/tcl/pltcl.c @@ -261,7 +261,6 @@ static const TclExceptionNameMap exception_name_map[] = { /********************************************************************** * Forward declarations **********************************************************************/ -void _PG_init(void); static void pltcl_init_interp(pltcl_interp_desc *interp_desc, Oid prolang, bool pltrusted); |