Cleanup skeletons

This commit is contained in:
Emery Hemingway 2022-10-27 16:43:21 -05:00
parent 0039792e0b
commit 26d88d7208
1 changed files with 0 additions and 4 deletions

View File

@ -60,10 +60,6 @@ type
edges: Table[Selector, TableRef[Class, Node]]
continuation: Continuation
from strutils import toHex
proc `$`(node: Node): string =
toHex(cast[ByteAddress](unsafeAddr node[]), 5)
func isEmpty(leaf: Leaf): bool =
leaf.cachedAssertions.len == 0 and leaf.observerGroups.len == 0