Commit e66162b7 authored by Marten Seemann's avatar Marten Seemann

remove unreachable code

parent 71e28414
......@@ -67,7 +67,6 @@ func (trie *Trie) checkInvariant(depth int, pathSoFar *triePath) *InvariantDiscr
}
}
}
panic("unreachable")
}
type triePath struct {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment