Skip to content

Commit 351d8fb

Browse files
committed
got rid of function in utils that was not neede
1 parent ce8cb5a commit 351d8fb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

npm/util/util.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,3 @@ func NodeIP() (string, error) {
359359

360360
return nodeIP, nil
361361
}
362-
363-
func IsCIDR32(cidr string) bool {
364-
return strings.HasSuffix(cidr, "/32")
365-
}

0 commit comments

Comments
 (0)