From a0ba0865ff0a4bdbb959657ee127c34f94fd255a Mon Sep 17 00:00:00 2001 From: hl-valdemar Date: Sun, 2 Aug 2026 21:16:57 +0200 Subject: [PATCH] remove outdated todo --- source/main.hon | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/main.hon b/source/main.hon index 6306ec5..5444b6a 100644 --- a/source/main.hon +++ b/source/main.hon @@ -18,8 +18,6 @@ program :: `# literals `x :: 123 -# todo: consider making current aliased types (IDs) distinct instead - main proc() void { strpool.strings = strpool.init(mem.c_allocator) defer strpool.deinit(&strpool.strings)