Remove unused tokens

This commit is contained in:
gingerBill
2020-12-06 13:17:48 +00:00
parent 1ac84b09a1
commit 98c8fde098
5 changed files with 105 additions and 129 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ inspect :: proc(node: ^Node, f: proc(^Node) -> bool) {
if f(node) {
return v;
}
return nil
return nil;
},
data = rawptr(f),
};