Skip to content

Commit

Permalink
whack more useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Nov 2, 2023
1 parent 6607d46 commit ebc0461
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unix/unveil_openbsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import "fmt"
// For more information see unveil(2).
// Note that the special case of blocking further
// unveil calls is handled by UnveilBlock.
//
// Unveil requires OpenBSD 6.4 or later.
func Unveil(path string, flags string) error {
if err := supportsUnveil(); err != nil {
return err
Expand All @@ -29,8 +27,6 @@ func Unveil(path string, flags string) error {

// UnveilBlock blocks future unveil calls.
// For more information see unveil(2).
//
// Unveil requires OpenBSD 6.4 or later.
func UnveilBlock() error {
if err := supportsUnveil(); err != nil {
return err
Expand Down

0 comments on commit ebc0461

Please sign in to comment.