Skip to content

Commit

Permalink
remove now unnecessary comment about openbsd <=6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Nov 1, 2023
1 parent f4acfd1 commit bdee335
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unix/pledge_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bdee335

Please sign in to comment.