Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan José Arboleda <soyjuanarbol@gmail.com>2020-02-25 22:02:54 +0300
committerAnna Henningsen <anna@addaleax.net>2020-03-11 21:29:31 +0300
commit0b49e2f3835b0206b1623358df22f6cfc41d1a11 (patch)
treeab672ca47fa9fd78a5ff125b7f97093499cb3241 /node.gyp
parentc145b29987d1874edaec890693160ea461517937 (diff)
build: remove empty line on node.gyp file
PR-URL: https://github.com/nodejs/node/pull/31952 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index 170501477a6..8a23ec2f1f3 100644
--- a/node.gyp
+++ b/node.gyp
@@ -550,7 +550,6 @@
'src/api/exceptions.cc',
'src/api/hooks.cc',
'src/api/utils.cc',
-
'src/async_wrap.cc',
'src/cares_wrap.cc',
'src/connect_wrap.cc',