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/plpython/plpy_main.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/plpython/plpy_main.c')
-rw-r--r-- | src/pl/plpython/plpy_main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pl/plpython/plpy_main.c b/src/pl/plpython/plpy_main.c index 0bce1064951..a4d66f3057f 100644 --- a/src/pl/plpython/plpy_main.c +++ b/src/pl/plpython/plpy_main.c @@ -28,8 +28,6 @@ * exported functions */ -extern void _PG_init(void); - PG_MODULE_MAGIC; PG_FUNCTION_INFO_V1(plpython3_validator); |