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:
@ -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
|
||||
*/
|
||||
|
Reference in New Issue
Block a user