summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/divmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/divmod.c')
-rw-r--r--ext/bcmath/libbcmath/src/divmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/divmod.c b/ext/bcmath/libbcmath/src/divmod.c
index 08c2f8a2a2..848a4cc850 100644
--- a/ext/bcmath/libbcmath/src/divmod.c
+++ b/ext/bcmath/libbcmath/src/divmod.c
@@ -84,4 +84,3 @@ bc_modulo (bc_num num1, bc_num num2, bc_num *result, int scale)
{
return bc_divmod (num1, num2, NULL, result, scale);
}
-