mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-14 23:38:57 +00:00
remove unnecessary import and declaration
This commit is contained in:
@@ -19,9 +19,6 @@
|
||||
const std = @import("std");
|
||||
const Writer = std.Io.Writer;
|
||||
|
||||
const builtin = @import("builtin");
|
||||
const is_windows = builtin.os.tag == .windows;
|
||||
|
||||
const Page = @import("../page.zig").Page;
|
||||
const js = @import("../js/js.zig");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user