aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler_rt/comparedf2_test.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2025-06-18 10:59:09 -0400
committerAndrew Kelley <andrew@ziglang.org>2025-07-22 19:43:47 -0700
commit5060ab99c94dd8afc8b84e74fe4d050c88cdfc0a (patch)
treecbf778a4b590aee34366bb5fc00091d5d60c2d72 /lib/compiler_rt/comparedf2_test.zig
parenta023b9b22b6593ebd5a86736a4a9955840d1bfa1 (diff)
downloadzig-5060ab99c94dd8afc8b84e74fe4d050c88cdfc0a.tar.gz
zig-5060ab99c94dd8afc8b84e74fe4d050c88cdfc0a.zip
aarch64: add new from scratch self-hosted backend
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;