summaryrefslogtreecommitdiff
path: root/mld/link.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--mld/link.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mld/link.h b/mld/link.h
index 93a2ccd..c0b99ce 100644
--- a/mld/link.h
+++ b/mld/link.h
@@ -5,7 +5,6 @@
#include <linux/limits.h>
#include <mlimits.h>
-#include <mips.h>
#include <merror.h>
#include <stdint.h>
#include <elf.h>
@@ -224,7 +223,6 @@ struct object {
// program table
Elf32_Phdr *phdr;
size_t phdr_len;
- bool phdr_local; // if phdr was created though malloc
// phdr <=> shdr mappings
uint32_t *phdr_to_shdr_mapping;