diff options
Diffstat (limited to 'ld/ldfile.h')
-rw-r--r-- | ld/ldfile.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld/ldfile.h b/ld/ldfile.h index 1736aafe740..945609250af 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; |