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>2021-01-25 21:49:03 +0300
committerJames M Snell <jasnell@gmail.com>2021-01-30 18:49:28 +0300
commitc3d6d50309a5046c98475e99c13f48a8fee12ac7 (patch)
treec429781c87603dcd4905998bbc9bd073399c2f67 /src/node_native_module.cc
parentf763a80ab59bbaa0fcf5f3b0519a70336ee88744 (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 'src/node_native_module.cc')
-rw-r--r--src/node_native_module.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/node_native_module.cc b/src/node_native_module.cc
index f7d73544d2d..5a8cf12347d 100644
--- a/src/node_native_module.cc
+++ b/src/node_native_module.cc
@@ -105,10 +105,6 @@ void NativeModuleLoader::InitializeModuleCategories() {
"internal/process/policy",
"internal/streams/lazy_transform",
#endif // !HAVE_OPENSSL
-#if !NODE_EXPERIMENTAL_QUIC
- "internal/quic/core",
- "internal/quic/util",
-#endif
"sys", // Deprecated.
"wasi", // Experimental.
"internal/test/binding",