From a61def10c66abc871f92c84d9cef85b6b7752cbf Mon Sep 17 00:00:00 2001 From: mlugg Date: Tue, 26 Mar 2024 05:38:32 +0000 Subject: compiler: eliminate most usages of TypedValue --- src/type.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/type.zig') diff --git a/src/type.zig b/src/type.zig index a382a5ad97..5d67f13cbd 100644 --- a/src/type.zig +++ b/src/type.zig @@ -7,7 +7,6 @@ const Module = @import("Module.zig"); const Zcu = Module; const log = std.log.scoped(.Type); const target_util = @import("target.zig"); -const TypedValue = @import("TypedValue.zig"); const Sema = @import("Sema.zig"); const InternPool = @import("InternPool.zig"); const Alignment = InternPool.Alignment; -- cgit v1.2.3