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
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/type-parser.js4
-rwxr-xr-xtools/license-builder.sh6
2 files changed, 0 insertions, 10 deletions
diff --git a/tools/doc/type-parser.js b/tools/doc/type-parser.js
index 41e6086bf00..70a3fede3d5 100644
--- a/tools/doc/type-parser.js
+++ b/tools/doc/type-parser.js
@@ -189,10 +189,6 @@ const customTypesMap = {
'perf_hooks.html#perf_hooks_class_perf_hooks_performanceobserver',
'PerformanceObserverEntryList':
'perf_hooks.html#perf_hooks_class_performanceobserverentrylist',
- 'QuicEndpoint': 'quic.html#quic_class_quicendpoint',
- 'QuicSession': 'quic.html#quic_class_quicserversession_extends_quicsession',
- 'QuicSocket': 'quic.html#quic_net_createquicsocket_options',
- 'QuicStream': 'quic.html#quic_class_quicstream_extends_stream_duplex',
'readline.Interface': 'readline.html#readline_class_interface',
diff --git a/tools/license-builder.sh b/tools/license-builder.sh
index 0f5fd6a155f..d1d173943c1 100755
--- a/tools/license-builder.sh
+++ b/tools/license-builder.sh
@@ -89,12 +89,6 @@ addlicense "gtest" "test/cctest/gtest" "$(cat "${rootdir}"/test/cctest/gtest/LIC
# nghttp2
addlicense "nghttp2" "deps/nghttp2" "$(cat "${rootdir}"/deps/nghttp2/COPYING)"
-# ngtcp2
-addlicense "ngtcp2" "deps/ngtcp2" "$(cat "${rootdir}"/deps/ngtcp2/COPYING)"
-
-# nghttp3
-addlicense "nghttp3" "deps/nghttp3" "$(cat "${rootdir}"/deps/nghttp3/COPYING)"
-
# node-inspect
addlicense "node-inspect" "deps/node-inspect" "$(cat "${rootdir}"/deps/node-inspect/LICENSE)"