remove now unnecessary comment about openbsd <=6.3

This commit is contained in:
Josh Rickmar
2023-11-02 01:18:48 +00:00
parent 56eca24cd4
commit 6607d4640a

View File

@@ -57,9 +57,6 @@ func PledgePromises(promises string) error {
//
// This changes the execpromises and leaves the promises untouched.
//
// The pledge syscall does not accept execpromises on OpenBSD releases
// before 6.3.
//
// For more information see pledge(2).
func PledgeExecpromises(execpromises string) error {
if err := pledgeAvailable(); err != nil {