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 <[email protected]> Discussion: https://postgr.es/m/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d885a6b612cf10a3013ba206a2607c88ccea42bc Modified Files -------------- contrib/sepgsql/selinux.c | 66 ----------------------------------------------- contrib/sepgsql/sepgsql.h | 7 ----- 2 files changed, 73 deletions(-)
