| ... | @@ -81,8 +81,6 @@ const PdbOrDwarf = union(enum) { | ... | @@ -81,8 +81,6 @@ const PdbOrDwarf = union(enum) { |
| 81 | | 81 | |
| 82 | var stderr_mutex = std.Thread.Mutex{}; | 82 | var stderr_mutex = std.Thread.Mutex{}; |
| 83 | | 83 | |
| 84 | pub const warn = @compileError("deprecated; use `std.log` functions for logging or `std.debug.print` for 'printf debugging'"); | | |
| 85 | | | |
| 86 | /// Print to stderr, unbuffered, and silently returning on failure. Intended | 84 | /// Print to stderr, unbuffered, and silently returning on failure. Intended |
| 87 | /// for use in "printf debugging." Use `std.log` functions for proper logging. | 85 | /// for use in "printf debugging." Use `std.log` functions for proper logging. |
| 88 | pub fn print(comptime fmt: []const u8, args: anytype) void { | 86 | pub fn print(comptime fmt: []const u8, args: anytype) void { |