diff --git a/policy/modules/services/nis.if b/policy/modules/services/nis.if
index c42c2687..9b51af13 100644
--- a/policy/modules/services/nis.if
+++ b/policy/modules/services/nis.if
@@ -241,25 +241,6 @@ interface(`nis_read_ypbind_pid',`
allow $1 ypbind_var_run_t:file read_file_perms;
')
-########################################
-##
-## Delete ypbind pid files.
-##
-##
-##
-## Domain allowed access.
-##
-##
-#
-interface(`nis_delete_ypbind_pid',`
- gen_require(`
- type ypbind_t;
- ')
-
- # TODO: add delete pid from dir call to files
- allow $1 ypbind_t:file unlink;
-')
-
########################################
##
## Read ypserv configuration files.