aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/comparedf2_test.zig
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compiler_rt/comparedf2_test.zig')
-rw-r--r--lib/compiler_rt/comparedf2_test.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler_rt/comparedf2_test.zig b/lib/compiler_rt/comparedf2_test.zig
index 9444c6adf7..dbae6bbeec 100644
--- a/lib/compiler_rt/comparedf2_test.zig
+++ b/lib/compiler_rt/comparedf2_test.zig
@@ -4,7 +4,6 @@
const std = @import("std");
const builtin = @import("builtin");
-const is_test = builtin.is_test;
const __eqdf2 = @import("./cmpdf2.zig").__eqdf2;
const __ledf2 = @import("./cmpdf2.zig").__ledf2;