summaryrefslogtreecommitdiffstats
path: root/common/dlmalloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/dlmalloc.c')
-rw-r--r--common/dlmalloc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/dlmalloc.c b/common/dlmalloc.c
index 51f76475eb..4d86101aac 100644
--- a/common/dlmalloc.c
+++ b/common/dlmalloc.c
@@ -546,16 +546,6 @@ static mbinptr av_[NAV * 2 + 2] = {
IAV(120), IAV(121), IAV(122), IAV(123), IAV(124), IAV(125), IAV(126), IAV(127)
};
-void malloc_bin_reloc (ulong reloc_off)
-{
- unsigned long *p = (unsigned long *)(&av_[2]);
- int i;
- for (i=2; i<(sizeof(av_)/sizeof(mbinptr)); ++i) {
- *p++ += reloc_off;
- }
-}
-
-
/* field-extraction macros */
#define first(b) ((b)->fd)