Skip to content
Snippets Groups Projects
Commit 37d029d1 authored by Daniel Czerwonk's avatar Daniel Czerwonk
Browse files

removed dummy implemetation of bitAtPositionIPv6 in favor of a panic (for now)

parent 058433c9
No related branches found
No related tags found
No related merge requests found
......@@ -163,9 +163,5 @@ func (ip IP) bitAtPositionIPv4(pos uint8) bool {
}
func (ip IP) bitAtPositionIPv6(pos uint8) bool {
if pos > 128 {
return false
}
return false
panic("No IPv6 support yet!")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment