-
Notifications
You must be signed in to change notification settings - Fork 29.1k
Delete unused web_unicode library #174896
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request correctly removes the unused web_unicode
library. The changes are straightforward, deleting references to the library from build configurations, dependency lists, and tests. This is a good cleanup of obsolete code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This library isn't used anywhere and will be deleted here: #174896 I'm removing the "terms of use" wording to unblock the G3 roll while I investigate the failures on the full deletion PR.
The
web_unicode
library was used by the HTML renderer which doesn't exist anymore.Depends on #174967