Skip to content

Commit bdee335

Browse files
committed
remove now unnecessary comment about openbsd <=6.3
1 parent f4acfd1 commit bdee335

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unix/pledge_openbsd.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ func PledgePromises(promises string) error {
5757
//
5858
// This changes the execpromises and leaves the promises untouched.
5959
//
60-
// The pledge syscall does not accept execpromises on OpenBSD releases
61-
// before 6.3.
62-
//
6360
// For more information see pledge(2).
6461
func PledgeExecpromises(execpromises string) error {
6562
if err := pledgeAvailable(); err != nil {

0 commit comments

Comments
 (0)