From 7803ed56a6b4cf02832ba804b72ef2e626ea7a6e Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 23 Jul 2026 22:28:18 +0200 Subject: [PATCH] fixing unstaged code --- src/intel/lib.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/lib.zig b/src/intel/lib.zig index a6a6010..5146a75 100644 --- a/src/intel/lib.zig +++ b/src/intel/lib.zig @@ -32,7 +32,6 @@ pub const FlintQueryPool = @import("FlintQueryPool.zig"); pub const FlintRenderPass = @import("FlintRenderPass.zig"); pub const FlintSampler = @import("FlintSampler.zig"); pub const FlintShaderModule = @import("FlintShaderModule.zig"); -pub const compiler = @import("compiler/root.zig"); pub const Instance = FlintInstance; @@ -90,7 +89,6 @@ test { std.testing.refAllDecls(FlintRenderPass); std.testing.refAllDecls(FlintSampler); std.testing.refAllDecls(FlintShaderModule); - std.testing.refAllDecls(compiler); std.testing.refAllDecls(kmd); std.testing.refAllDecls(base); }