mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 20:58:15 +00:00
Remove unused tokens
This commit is contained in:
@@ -22,7 +22,7 @@ inspect :: proc(node: ^Node, f: proc(^Node) -> bool) {
|
||||
if f(node) {
|
||||
return v;
|
||||
}
|
||||
return nil
|
||||
return nil;
|
||||
},
|
||||
data = rawptr(f),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user