remove unused import

This commit is contained in:
Mitchell Hashimoto
2022-12-31 09:07:14 -08:00
parent e8a1fe4d87
commit 230157d60b

View File

@ -2,7 +2,6 @@
const std = @import("std");
const builtin = @import("builtin");
const options = @import("build_options");
const Target = @import("wasm/target.zig").Target;
comptime {
if (!builtin.target.isWasm()) {