Remove conditional return of 1. For the MAC_STATIC case at this point in

the code, one being returned is invariant.

Discussed with:	rwatson
MFC after:	1 week
This commit is contained in:
Christian S.J. Peron 2007-01-01 01:40:29 +00:00
parent e79c6a301d
commit 22a0de89ff

View File

@ -282,9 +282,6 @@ mac_policy_list_conditional_busy(void)
mtx_unlock(&mac_policy_mtx);
return (ret);
#else
if (!mac_late)
return (1);
return (1);
#endif
}