mod: cleanup TODO and outdated comments

This commit is contained in:
2025-11-05 18:32:49 +01:00
parent a83e86f8d9
commit e53bb7880b
8 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,6 @@ const HelloWorldText = packed struct {
pub fn main() !void {
errdefer |err| log.err("Application Error: {any}", .{err});
// TODO maybe create own allocator as some sort of arena allocator to have consistent memory usage
var gpa: std.heap.DebugAllocator(.{}) = .init;
defer {
const deinit_status = gpa.deinit();