Skip to content

Commit babf9be

Browse files
danbevtargos
authored andcommitted
src: remove unused locale.h
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]>
1 parent 41cd4e5 commit babf9be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/node.cc‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
#include<errno.h>
7777
#include<fcntl.h>// _O_RDWR
7878
#include<limits.h>// PATH_MAX
79-
#include<locale.h>
8079
#include<signal.h>
8180
#include<stdio.h>
8281
#include<stdlib.h>

0 commit comments

Comments
(0)