Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danbev authored and jasnell committed Oct 17, 2018
1 parent 47af3a1 commit 51fd867
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util-inl.h
Expand Up @@ -24,7 +24,6 @@


#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS #if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS


#include <limits.h> // INT_MAX
#include <cstring> #include <cstring>
#include "util.h" #include "util.h"


Expand Down

0 comments on commit 51fd867

Please sign in to comment.