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:
authorJames M Snell <jasnell@gmail.com>2017-08-14 19:05:38 +0300
committerMyles Borins <mylesborins@google.com>2017-09-12 04:16:56 +0300
commit80fe40aabfa2993e60ffd458bda045ae34057007 (patch)
tree4de7af2e6bf50f9bbf56ff0fa5c6c1331b844ba8 /node.gyp
parentb0f4539ce578b2d50e8f08eece51748fbe20a2eb (diff)
http2: handful of http/2 src cleanups
* inline more stuff. remove a node_http2_core.cc * clean up debug messages * simplify options code, and cleanup PR-URL: https://github.com/nodejs/node/pull/14825 Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 040e38223da..14eb9886785 100644
--- a/node.gyp
+++ b/node.gyp
@@ -185,7 +185,6 @@
'src/node_contextify.cc',
'src/node_debug_options.cc',
'src/node_file.cc',
- 'src/node_http2_core.cc',
'src/node_http2.cc',
'src/node_http_parser.cc',
'src/node_main.cc',