Skip to content

Commit

Permalink
src: remove unused limits header from util-inl.h
Browse files Browse the repository at this point in the history
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 MylesBorins committed Oct 30, 2018
1 parent 3024e3a commit 2564abf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

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

Expand Down

0 comments on commit 2564abf

Please sign in to comment.