1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove unused code from sepgsql

Commit 4232c4b40 removed all callers of sepgsql_check_perms but left
the function in place. This removes the function as well.

Reviewed-by: Robert Haas <robertmhaas@gmail.com>
Discussion: https://postgr.es/m/3BD5C3BF-FECA-4496-AE53-5E447997AA0B@yesql.se
This commit is contained in:
Daniel Gustafsson
2022-09-02 20:38:34 +02:00
parent 1c3aa54502
commit d885a6b612
2 changed files with 0 additions and 73 deletions

View File

@ -244,13 +244,6 @@ extern char *sepgsql_compute_create(const char *scontext,
uint16 tclass,
const char *objname);
extern bool sepgsql_check_perms(const char *scontext,
const char *tcontext,
uint16 tclass,
uint32 required,
const char *audit_name,
bool abort_on_violation);
/*
* uavc.c
*/