diff options
| author | Veikka Tuominen <git@vexu.eu> | 2023-10-21 12:56:05 +0300 |
|---|---|---|
| committer | Veikka Tuominen <git@vexu.eu> | 2023-10-22 14:29:26 +0300 |
| commit | 9d9e22e716a4b6de9a26f2553ea5c980efc79d4a (patch) | |
| tree | 7f66f1f1026ab48ca42836ef95a86c9edf2416a0 /src/type.zig | |
| parent | bf61c5c0656e3b2198fb009fe5cc59f55263ceae (diff) | |
| download | zig-9d9e22e716a4b6de9a26f2553ea5c980efc79d4a.tar.gz zig-9d9e22e716a4b6de9a26f2553ea5c980efc79d4a.zip | |
remove uses of non-configurable `err_int`
Diffstat (limited to 'src/type.zig')
| -rw-r--r-- | src/type.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/type.zig b/src/type.zig index 49582bd3c8..868c555143 100644 --- a/src/type.zig +++ b/src/type.zig @@ -3309,8 +3309,6 @@ pub const Type = struct { pub const generic_poison: Type = .{ .ip_index = .generic_poison_type }; - pub const err_int = Type.u16; - pub fn smallestUnsignedBits(max: u64) u16 { if (max == 0) return 0; const base = std.math.log2(max); |
