summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/str2num.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/str2num.c')
-rw-r--r--ext/bcmath/libbcmath/src/str2num.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/str2num.c b/ext/bcmath/libbcmath/src/str2num.c
index 62544de80e..f38d341570 100644
--- a/ext/bcmath/libbcmath/src/str2num.c
+++ b/ext/bcmath/libbcmath/src/str2num.c
@@ -109,4 +109,3 @@ bc_str2num (bc_num *num, char *str, int scale)
if (bc_is_zero (*num))
(*num)->n_sign = PLUS;
}
-