summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_method.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_method.c')
-rw-r--r--ssl/quic/quic_method.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/ssl/quic/quic_method.c b/ssl/quic/quic_method.c
index 2c769f1340..118f5a07c5 100644
--- a/ssl/quic/quic_method.c
+++ b/ssl/quic/quic_method.c
@@ -20,8 +20,3 @@ IMPLEMENT_quic_meth_func(OSSL_QUIC_ANY_VERSION,
OSSL_QUIC_client_thread_method,
ssl_undefined_function,
ossl_quic_connect, ssl3_undef_enc_method)
-
-IMPLEMENT_quic_meth_func(OSSL_QUIC_ANY_VERSION,
- OSSL_QUIC_server_method,
- ossl_quic_accept,
- ssl_undefined_function, ssl3_undef_enc_method)