aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/int.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compiler_rt/int.zig')
-rw-r--r--lib/compiler_rt/int.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler_rt/int.zig b/lib/compiler_rt/int.zig
index 4a89d0799d..16c504ee66 100644
--- a/lib/compiler_rt/int.zig
+++ b/lib/compiler_rt/int.zig
@@ -6,7 +6,6 @@ const testing = std.testing;
const maxInt = std.math.maxInt;
const minInt = std.math.minInt;
const arch = builtin.cpu.arch;
-const is_test = builtin.is_test;
const common = @import("common.zig");
const udivmod = @import("udivmod.zig").udivmod;
const __divti3 = @import("divti3.zig").__divti3;