zig fmt, remove unused code

This commit is contained in:
Karl Seguin
2026-01-24 07:37:30 +08:00
parent d1e7f46994
commit 830f759f0b
11 changed files with 11 additions and 35 deletions

View File

@@ -771,11 +771,6 @@ const IsolatedWorld = struct {
false,
);
}
pub fn createContextAndLoadPolyfills(self: *IsolatedWorld, page: *Page) !void {
// We need to recreate the isolated world context
try self.createContext(page);
}
};
// This is a generic because when we send a result we have two different