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 ade5b5969a..150f27c53c 100644 --- a/ext/bcmath/libbcmath/src/add.c +++ b/ext/bcmath/libbcmath/src/add.c @@ -85,4 +85,3 @@ bc_add (n1, n2, result, scale_min) bc_free_num (result); *result = sum; } - |