diff options
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r-- | bfd/opncls.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c index 501c568..7358cf3 100644 --- a/bfd/opncls.c +++ b/bfd/opncls.c @@ -1189,10 +1189,6 @@ RETURNS char * bfd_follow_gnu_debuglink (bfd *abfd, const char *dir) { -#if 0 /* Disabled until DEBUGDIR can be defined by configure.in. */ - if (dir == NULL) - dir = DEBUGDIR; -#endif return find_separate_debug_file (abfd, dir); } |