From d90646d8fbd8658120c39bc2690088c0efa21157 Mon Sep 17 00:00:00 2001 From: Alex Kladov Date: Mon, 14 Jul 2025 17:34:52 +0100 Subject: [PATCH] langref: remove dead code --- doc/langref/defer_unwind.zig | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/langref/defer_unwind.zig b/doc/langref/defer_unwind.zig index ebcca130a6..65fe11015b 100644 --- a/doc/langref/defer_unwind.zig +++ b/doc/langref/defer_unwind.zig @@ -1,5 +1,4 @@ const std = @import("std"); -const expect = std.testing.expect; const print = std.debug.print; pub fn main() void {