aboutsummaryrefslogtreecommitdiffstats
path: root/numeric.c
diff options
context:
space:
mode:
Diffstat (limited to 'numeric.c')
-rw-r--r--numeric.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/numeric.c b/numeric.c
index deafeb0627..8c28e17079 100644
--- a/numeric.c
+++ b/numeric.c
@@ -843,7 +843,6 @@ flo_eq(x, y)
return num_equal(x, y);
}
a = RFLOAT(x)->value;
- if (isnan(a) || isnan(b)) return Qfalse;
return (a == b)?Qtrue:Qfalse;
}