From 6607d4640af0def39474d7c5c3c7a177ded062cb Mon Sep 17 00:00:00 2001 From: Josh Rickmar Date: Thu, 2 Nov 2023 01:18:48 +0000 Subject: [PATCH] remove now unnecessary comment about openbsd <=6.3 --- unix/pledge_openbsd.go | 3 --- 1 file changed, 3 deletions(-) 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 {