summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/sqrt.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/sqrt.c')
-rw-r--r--ext/bcmath/libbcmath/src/sqrt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/sqrt.c b/ext/bcmath/libbcmath/src/sqrt.c
index 265d75b5fb..a7c4d732a6 100644
--- a/ext/bcmath/libbcmath/src/sqrt.c
+++ b/ext/bcmath/libbcmath/src/sqrt.c
@@ -126,4 +126,3 @@ bc_sqrt (bc_num *num, int scale)
bc_free_num (&diff);
return 1;
}
-