ldconfig: remove a comment which is another remnant of a.out support

Noted and reviewed by:	emaste
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D33058
This commit is contained in:
Konstantin Belousov 2021-11-24 22:44:20 +02:00
parent 40dd1c9c06
commit 83511ce5c4

View File

@ -102,7 +102,7 @@ main(int argc, char **argv)
} }
if (is_soft) if (is_soft)
hints_file = _PATH_ELFSOFT_HINTS; /* Never will have a.out softfloat */ hints_file = _PATH_ELFSOFT_HINTS;
else if (is_32) else if (is_32)
hints_file = _PATH_ELF32_HINTS; hints_file = _PATH_ELF32_HINTS;
else else