Skip to content

Commit

Permalink
Remove a function
Browse files Browse the repository at this point in the history
  • Loading branch information
horgh committed Jun 19, 2024
1 parent a914138 commit bd7e63f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions convert/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ type (
lineFunc func(netip.Prefix, []string) []string
)

// Foo is a function to test.
func Foo(x int) bool {
switch x {
case 10:
return false
default:
return true
}
}

// Foo2 is a function to test.
func Foo2(x int) bool {
switch x {
Expand Down

0 comments on commit bd7e63f

Please sign in to comment.