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:
authorJames M Snell <jasnell@gmail.com>2021-01-25 21:49:03 +0300
committerMichaël Zasso <targos@protonmail.com>2021-02-02 12:50:12 +0300
commit11dd2672cdc8fe7ba2968401de3c1c212596c4cc (patch)
tree858ed45bb0a6a1db81d20e3772f593e77643adf2 /tools
parentf74b3765965614124c4df860adc008e0d9a92479 (diff)
quic: remove quic
PR-URL: https://github.com/nodejs/node/pull/37067 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
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)"