summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/private.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/private.h')
-rw-r--r--ext/bcmath/libbcmath/src/private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/bcmath/libbcmath/src/private.h b/ext/bcmath/libbcmath/src/private.h
index dedf2b8918..32e1120761 100644
--- a/ext/bcmath/libbcmath/src/private.h
+++ b/ext/bcmath/libbcmath/src/private.h
@@ -31,11 +31,6 @@
/* "Private" routines to bcmath. */
-/* variables */
-#if SANDER_0
-extern bc_num _bc_Free_list;
-#endif
-
/* routines */
int _bc_do_compare (bc_num n1, bc_num n2, int use_sign, int ignore_last);
bc_num _bc_do_add (bc_num n1, bc_num n2, int scale_min);