Skip to content

Commit 10c2d7d

Browse files
committed
remove unnecessary import and declaration
1 parent 9b990da commit 10c2d7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/browser/file/Blob.zig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@
1919
const std = @import("std");
2020
const Writer = std.Io.Writer;
2121

22-
const builtin = @import("builtin");
23-
const is_windows = builtin.os.tag == .windows;
24-
2522
const Page = @import("../page.zig").Page;
2623
const js = @import("../js/js.zig");
2724

0 commit comments

Comments
 (0)