Skip to content

Commit

Permalink
src: remove unused locale.h
Browse files Browse the repository at this point in the history
This commit removes the locale.h header as it does not look like it is
used.

PR-URL: #23120
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
danbev authored and targos committed Oct 3, 2018
1 parent f4cffff commit 0202c6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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>
Expand Down

0 comments on commit 0202c6c

Please sign in to comment.