summaryrefslogtreecommitdiff
path: root/ext/bcmath/libbcmath/src/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bcmath/libbcmath/src/init.c')
-rw-r--r--ext/bcmath/libbcmath/src/init.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/bcmath/libbcmath/src/init.c b/ext/bcmath/libbcmath/src/init.c
index fe4ad25688..229ef05002 100644
--- a/ext/bcmath/libbcmath/src/init.c
+++ b/ext/bcmath/libbcmath/src/init.c
@@ -38,10 +38,6 @@
#include "bcmath.h"
#include "private.h"
-#if SANDER_0
- bc_num _bc_Free_list = NULL;
-#endif
-
/* new_num allocates a number and sets fields to known values. */
bc_num
@@ -129,4 +125,3 @@ bc_init_num (bc_num *num)
{
*num = bc_copy_num (BCG(_zero_));
}
-