Skip to content
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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
src: remove unused locale.h
This commit removes the locale.h header as it does not look like it is
used.
danbev committed Sep 28, 2018

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
commit 233cfa34e5d37468c6a19f50d8e2d52aae9c7866
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
@@ -72,7 +72,6 @@
#include <errno.h>
#include <fcntl.h> // _O_RDWR
#include <limits.h> // PATH_MAX
#include <locale.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>