Issue #1824 - Remove dependency on libdemangle.

This may be removed from illumos soon, and it is apparently unused anyway, so leaving it in doesn't make sense.
This commit is contained in:
athenian200 2022-10-26 01:18:43 +00:00 committed by roytam1
commit 8b8084f661

View file

@ -253,7 +253,6 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']:
if CONFIG['OS_ARCH'] == 'SunOS':
OS_LIBS += [
'elf',
'demangle',
'sendfile',
]