summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/sub.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/sub.c')
-rw-r--r--ext/bcmath/libbcmath/src/sub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/sub.c b/ext/bcmath/libbcmath/src/sub.c
index 86c876d1c6..7392de6385 100644
--- a/ext/bcmath/libbcmath/src/sub.c
+++ b/ext/bcmath/libbcmath/src/sub.c
@@ -86,4 +86,3 @@ bc_sub (n1, n2, result, scale_min)
bc_free_num (result);
*result = diff;
}
-