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:
authorAnna Henningsen <anna@addaleax.net>2017-04-12 20:17:24 +0300
committerAnna Henningsen <anna@addaleax.net>2017-04-14 23:47:29 +0300
commit9d522225e7907b6cf631975b34f586984f698e33 (patch)
tree544e58031bc52a4b2658c02ba1a247f443378928 /node.gyp
parentf98db78f7756b29bd0e92c469a7fb7425f1267af (diff)
src: reduce number of exported symbols
Use `static` definitions and anonymous namespaces to reduce the number of symbols that are exported from the `node` binary. PR-URL: https://github.com/nodejs/node/pull/12366 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp2
1 files changed, 0 insertions, 2 deletions
diff --git a/node.gyp b/node.gyp
index 5f480001daa..db0531c0694 100644
--- a/node.gyp
+++ b/node.gyp
@@ -222,8 +222,6 @@
'src/node_buffer.h',
'src/node_constants.h',
'src/node_debug_options.h',
- 'src/node_file.h',
- 'src/node_http_parser.h',
'src/node_internals.h',
'src/node_javascript.h',
'src/node_mutex.h',