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 6ee6c255cb..b376bb46b7 100644
--- a/ext/bcmath/libbcmath/src/divmod.c
+++ b/ext/bcmath/libbcmath/src/divmod.c
@@ -83,4 +83,3 @@ bc_modulo (bc_num num1, bc_num num2, bc_num *result, int scale)
{
return bc_divmod (num1, num2, NULL, result, scale);
}
-