Skip to content

Commit

Permalink
Remove unused AccessNetSet.union
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoack committed Jan 19, 2024
1 parent af0413d commit 0267bd0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions landlock/accessnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ func (a AccessNetSet) intersect(b AccessNetSet) AccessNetSet {
return a & b
}

func (a AccessNetSet) union(b AccessNetSet) AccessNetSet {
return a | b
}

func (a AccessNetSet) isEmpty() bool {
return a == 0
}
Expand Down

0 comments on commit 0267bd0

Please sign in to comment.