From 6e3417b2d8d0481ecbcf0a4550eaed13a7a43aea Mon Sep 17 00:00:00 2001 From: kib Date: Thu, 16 May 2019 13:07:26 +0000 Subject: [PATCH] Remove more dead definitions from rtld_malloc.c after r347019. Sponsored by: The FreeBSD Foundation MFC after: 1 week --- libexec/rtld-elf/rtld_malloc.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libexec/rtld-elf/rtld_malloc.c b/libexec/rtld-elf/rtld_malloc.c index 399b314d658..6378e12abda 100644 --- a/libexec/rtld-elf/rtld_malloc.c +++ b/libexec/rtld-elf/rtld_malloc.c @@ -81,17 +81,13 @@ union overhead { } ovu; #define ov_magic ovu.ovu_magic #define ov_index ovu.ovu_index -#define ov_rmagic ovu.ovu_rmagic -#define ov_size ovu.ovu_size }; static void morecore(int bucket); static int morepages(int n); static int findbucket(union overhead *freep, int srchlen); - #define MAGIC 0xef /* magic # on accounting info */ -#define RMAGIC 0x5555 /* magic # on range info */ /* * nextf[i] is the pointer to the next free block of size 2^(i+3). The -- 2.45.0