remove outdated todo

This commit is contained in:
2026-08-02 21:16:57 +02:00
parent 7616b4dcff
commit a0ba0865ff
-2
View File
@@ -18,8 +18,6 @@ program ::
`# literals `# literals
`x :: 123 `x :: 123
# todo: consider making current aliased types (IDs) distinct instead
main proc() void { main proc() void {
strpool.strings = strpool.init(mem.c_allocator) strpool.strings = strpool.init(mem.c_allocator)
defer strpool.deinit(&strpool.strings) defer strpool.deinit(&strpool.strings)