aboutsummaryrefslogtreecommitdiff
path: root/src/type.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/type.zig')
-rw-r--r--src/type.zig2
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);