summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/compare.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/compare.c')
-rw-r--r--ext/bcmath/libbcmath/src/compare.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/compare.c b/ext/bcmath/libbcmath/src/compare.c
index ced7ec1916..f65f697585 100644
--- a/ext/bcmath/libbcmath/src/compare.c
+++ b/ext/bcmath/libbcmath/src/compare.c
@@ -157,4 +157,3 @@ bc_compare (n1, n2)
{
return _bc_do_compare (n1, n2, TRUE, FALSE);
}
-