summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/zero.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/zero.c')
-rw-r--r--ext/bcmath/libbcmath/src/zero.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/zero.c b/ext/bcmath/libbcmath/src/zero.c
index 6f0e93a026..1e7f1ccdd4 100644
--- a/ext/bcmath/libbcmath/src/zero.c
+++ b/ext/bcmath/libbcmath/src/zero.c
@@ -60,4 +60,3 @@ bc_is_zero (bc_num num)
else
return TRUE;
}
-