Skip to content

Commit 51fd867

Browse files
danbevjasnell
authored andcommitted
src: remove unused limits header from util-inl.h
This commit removes the inclusion of limits.h which was introduced in commit e812be4 ("src: make CLI options programatically accesible"), but as far as I can see it was not used there either so it look like it can safely be removed. PR-URL: #23353 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 47af3a1 commit 51fd867

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util-inl.h

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
2626

27-
#include <limits.h> // INT_MAX
2827
#include <cstring>
2928
#include "util.h"
3029

0 commit comments

Comments
 (0)