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_metadata.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_metadata.cc')
-rw-r--r--src/node_metadata.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/node_metadata.cc b/src/node_metadata.cc
index e8864d35527..8d0a725de45 100644
--- a/src/node_metadata.cc
+++ b/src/node_metadata.cc
@@ -13,11 +13,6 @@
#include <openssl/opensslv.h>
#endif // HAVE_OPENSSL
-#if defined(NODE_EXPERIMENTAL_QUIC) && NODE_EXPERIMENTAL_QUIC
-#include <ngtcp2/version.h>
-#include <nghttp3/version.h>
-#endif
-
#ifdef NODE_HAVE_I18N_SUPPORT
#include <unicode/timezone.h>
#include <unicode/ulocdata.h>
@@ -96,11 +91,6 @@ Metadata::Versions::Versions() {
openssl = GetOpenSSLVersion();
#endif
-#if defined(NODE_EXPERIMENTAL_QUIC) && NODE_EXPERIMENTAL_QUIC
- ngtcp2 = NGTCP2_VERSION;
- nghttp3 = NGHTTP3_VERSION;
-#endif
-
#ifdef NODE_HAVE_I18N_SUPPORT
icu = U_ICU_VERSION;
unicode = U_UNICODE_VERSION;