| author | |
| committer | |
| log | 52a6050939b83e9f8b52b2236a36332dcb4c17a3 |
| tree | e4bed610fd5e49ebc36fe9d404dd9d2b5455131b |
| parent | a22054de725ef19b3f91b9ad960d4093f852b7e0 |
1 files changed, 0 insertions(+), 3 deletions(-)
time.zig-3| ... | @@ -223,9 +223,6 @@ pub const DateTime = struct { | ... | @@ -223,9 +223,6 @@ pub const DateTime = struct { |
| 223 | 223 | ||
| 224 | if (fmt.len == 0) @compileError("DateTime: format string can't be empty"); | 224 | if (fmt.len == 0) @compileError("DateTime: format string can't be empty"); |
| 225 | 225 | ||
| 226 | _ = writer; | ||
| 227 | _ = self; | ||
| 228 | |||
| 229 | @setEvalBranchQuota(100000); | 226 | @setEvalBranchQuota(100000); |
| 230 | 227 | ||
| 231 | comptime var s = 0; | 228 | comptime var s = 0; |