Skip to content

Commit

Permalink
dns53/ipmapper: rmv unused fn
Browse files Browse the repository at this point in the history
  • Loading branch information
ignoramous committed Nov 12, 2024
1 parent 4016db0 commit d7ecd3a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions intra/dns53/ipmapper.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,3 @@ func addrs(a []byte) []netip.Addr {
func dnsmsg(host string, qtype uint16) ([]byte, error) {
return xdns.Question(host, qtype)
}

func firstEmpty(arr []string) bool {
return len(arr) <= 0 || len(arr[0]) <= 0
}

0 comments on commit d7ecd3a

Please sign in to comment.