diff options
Diffstat (limited to 'contrib/pg_audit/pg_audit.c')
-rw-r--r-- | contrib/pg_audit/pg_audit.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/pg_audit/pg_audit.c b/contrib/pg_audit/pg_audit.c index a4b05a6df11..a664d0804bc 100644 --- a/contrib/pg_audit/pg_audit.c +++ b/contrib/pg_audit/pg_audit.c @@ -42,10 +42,6 @@ PG_MODULE_MAGIC; void _PG_init(void); -/* Prototypes for functions used with event triggers */ -Datum pg_audit_ddl_command_end(PG_FUNCTION_ARGS); -Datum pg_audit_sql_drop(PG_FUNCTION_ARGS); - PG_FUNCTION_INFO_V1(pg_audit_ddl_command_end); PG_FUNCTION_INFO_V1(pg_audit_sql_drop); |