From 3f40936b7867d92e2bb2fa564ec7c78899ee53a6 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 17 Oct 2023 18:19:17 +0200 Subject: [PATCH] wpt: remove useless default --- src/main_wpt.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main_wpt.zig b/src/main_wpt.zig index a90539cd..c0a0bbba 100644 --- a/src/main_wpt.zig +++ b/src/main_wpt.zig @@ -17,7 +17,7 @@ const apis = jsruntime.compile(DOM.Interfaces); // FileLoader loads files content from the filesystem. const FileLoader = struct { - files: std.StringHashMap([]const u8) = undefined, + files: std.StringHashMap([]const u8), path: []const u8, alloc: std.mem.Allocator,