summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/man/manpath/manpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/manpath/manpath.c')
-rw-r--r--gnu/usr.bin/man/manpath/manpath.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c
index c4ddcf1..990805f 100644
--- a/gnu/usr.bin/man/manpath/manpath.c
+++ b/gnu/usr.bin/man/manpath/manpath.c
@@ -200,9 +200,6 @@ get_dirlist ()
if (*bp == '#' || *bp == '\n')
continue;
- if (!strncmp ("MANBIN", bp, 6))
- continue;
-
if (!strncmp ("MANDATORY_MANPATH", bp, 17) ||
!strncmp ("OPTIONAL_MANPATH", bp, 16))
{
OpenPOWER on IntegriCloud