diff options
Diffstat (limited to 'ext/bcmath/libbcmath/src/add.c')
-rw-r--r-- | ext/bcmath/libbcmath/src/add.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/add.c b/ext/bcmath/libbcmath/src/add.c index d41ea01914..389fe8e43d 100644 --- a/ext/bcmath/libbcmath/src/add.c +++ b/ext/bcmath/libbcmath/src/add.c @@ -84,4 +84,3 @@ bc_add (n1, n2, result, scale_min) bc_free_num (result); *result = sum; } - |