summaryrefslogtreecommitdiff
path: root/ld/ldfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r--ld/ldfile.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h
index 1736aafe74..945609250a 100644
--- a/ld/ldfile.h
+++ b/ld/ldfile.h
@@ -37,8 +37,6 @@ typedef struct search_dirs {
const char *name;
/* TRUE if this is from the command line. */
bfd_boolean cmdline;
- /* true if this is from within the sys-root. */
- bfd_boolean sysrooted;
} search_dirs_type;
extern search_dirs_type *search_head;