Skip to content

Commit ebc0461

Browse files
committed
whack more useless comments
1 parent 6607d46 commit ebc0461

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: unix/unveil_openbsd.go

-4
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ import "fmt"
1010
// For more information see unveil(2).
1111
// Note that the special case of blocking further
1212
// unveil calls is handled by UnveilBlock.
13-
//
14-
// Unveil requires OpenBSD 6.4 or later.
1513
func Unveil(path string, flags string) error {
1614
if err := supportsUnveil(); err != nil {
1715
return err
@@ -29,8 +27,6 @@ func Unveil(path string, flags string) error {
2927

3028
// UnveilBlock blocks future unveil calls.
3129
// For more information see unveil(2).
32-
//
33-
// Unveil requires OpenBSD 6.4 or later.
3430
func UnveilBlock() error {
3531
if err := supportsUnveil(); err != nil {
3632
return err

0 commit comments

Comments
 (0)