Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34.2k
src: remove unused locale.h#23120
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
src: remove unused locale.h #23120
Uh oh!
There was an error while loading. Please reload this page.
Conversation
nodejs-github-bot commented Sep 27, 2018
mhdawson left a comment
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
thefourtheye left a comment
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 if the CI is happy.
This commit removes the locale.h header as it does not look like it is used.
ee37883 to 399576bComparedanbev commented Sep 28, 2018
addaleax commented Sep 30, 2018
Can’t do ARM-only rebuilds atm, so here’s a complete rebuild: https://ci.nodejs.org/job/node-test-pull-request/17530/ |
danbev commented Oct 1, 2018
danbev commented Oct 1, 2018
This commit removes the locale.h header as it does not look like it is used. PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This commit removes the locale.h header as it does not look like it is used. PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This commit removes the locale.h header as it does not look like it is used. PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #23120 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: James M Snell <[email protected]>
This commit removes the locale.h header as it does not look like it is
used.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes