diff --git a/unix/pledge_openbsd.go b/unix/pledge_openbsd.go index 80de6dc8..6a09af53 100644 --- a/unix/pledge_openbsd.go +++ b/unix/pledge_openbsd.go @@ -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 {