Bug 1574058 - Backout changeset c5acba2f11e0 (bug 1418425). r=froydnj

It was remaining from an earlier iteration of bug 1418425 that uses
zlib's crc32 function, but ended up unused because in the end it was
done differently.

Interestingly, the corresponding host objects are not built currently,
and actually fail to build when built manually (or with build system
changes that make them built).

Differential Revision: https://phabricator.services.mozilla.com/D42073

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-08-15 13:17:39 +00:00
Родитель b64c6171a1
Коммит 2d9d6639b7
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -15,7 +15,6 @@ if CONFIG['ZLIB_IN_MOZGLUE']:
else:
# The final library is in config/external/zlib
FINAL_LIBRARY = 'zlib'
HostLibrary('hostzlib')
# These files can't be unified because zlib's headers don't use include guards.
SOURCES += [
@ -35,6 +34,3 @@ SOURCES += [
'uncompr.c',
'zutil.c',
]
HOST_SOURCES = SOURCES