aboutsummaryrefslogtreecommitdiff
path: root/lib/std/debug.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std/debug.zig')
-rw-r--r--lib/std/debug.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig
index e0352a26fb..ea0d467085 100644
--- a/lib/std/debug.zig
+++ b/lib/std/debug.zig
@@ -81,8 +81,6 @@ const PdbOrDwarf = union(enum) {
var stderr_mutex = std.Thread.Mutex{};
-pub const warn = @compileError("deprecated; use `std.log` functions for logging or `std.debug.print` for 'printf debugging'");
-
/// Print to stderr, unbuffered, and silently returning on failure. Intended
/// for use in "printf debugging." Use `std.log` functions for proper logging.
pub fn print(comptime fmt: []const u8, args: anytype) void {