Skip to content

Commit

Permalink
crypto: remove unused header in clienthello.h
Browse files Browse the repository at this point in the history
This commit removes stdlib.h header as it does not seem to be used any
more.

PR-URL: nodejs#17752
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
danbev authored and addaleax committed Dec 19, 2017
1 parent ed15c71 commit 85d5885
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node_crypto_clienthello.h
Expand Up @@ -26,7 +26,6 @@

#include <stddef.h> // size_t
#include <stdint.h>
#include <stdlib.h> // nullptr

namespace node {
namespace crypto {
Expand Down

0 comments on commit 85d5885

Please sign in to comment.