aboutsummaryrefslogtreecommitdiff
path: root/lib/std/math.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-09-13 13:50:25 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-09-13 13:50:25 -0700
commit0a4cfb81bcca0ca514758049f8d7d99224537f93 (patch)
tree1acc4e8c41a4c0f2a1c80f4864f23a5b16a374eb /lib/std/math.zig
parentf9859c102d7d54ce109ee7afdbd59251c233e92c (diff)
parentc25ce5bba0d00283ad4de9077dba5a8d5255b619 (diff)
downloadzig-0a4cfb81bcca0ca514758049f8d7d99224537f93.tar.gz
zig-0a4cfb81bcca0ca514758049f8d7d99224537f93.zip
Merge remote-tracking branch 'origin/master' into llvm15
Diffstat (limited to 'lib/std/math.zig')
-rw-r--r--lib/std/math.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/std/math.zig b/lib/std/math.zig
index d1c9326ae2..f519979349 100644
--- a/lib/std/math.zig
+++ b/lib/std/math.zig
@@ -171,7 +171,6 @@ pub fn approxEqRel(comptime T: type, x: T, y: T, tolerance: T) bool {
}
pub fn approxEq(comptime T: type, x: T, y: T, tolerance: T) bool {
- _ = T;
_ = x;
_ = y;
_ = tolerance;