summaryrefslogtreecommitdiff
path: root/bfd/opncls.c
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/opncls.c')
-rw-r--r--bfd/opncls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/opncls.c b/bfd/opncls.c
index 501c56865c..7358cf3093 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);
}