lib/libz: remove ZLIBprivate_1.0 namespace.

These symbols were hidden and no longer exposed, and were never exposed in headers.

MFC after:	3 days
This commit is contained in:
Xin LI 2022-04-03 11:32:47 -07:00
parent 9225c909fb
commit a7f127b653
2 changed files with 0 additions and 17 deletions

View file

@ -113,17 +113,3 @@ FBSD_1.6 {
zdopen;
};
ZLIBprivate_1.0 {
_tr_align;
_tr_flush_block;
_tr_init;
_tr_stored_block;
_tr_tally;
gz_error;
inflate_fast;
inflate_table;
longest_match;
match_init;
zcalloc;
zcfree;
};

View file

@ -21,6 +21,3 @@ FBSD_1.2 {
FBSD_1.6 {
} FBSD_1.2;
ZLIBprivate_1.0 {
} ZLIB_1.2.4.0;