This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git

commit 6bc2a13af64523e60f04d936c313df1f671a3ff1
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Sep 29 10:02:59 2023 +0100

    Remove unused function
---
 native/src/ssl.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/native/src/ssl.c b/native/src/ssl.c
index 6dd202b0c..e0b0461a9 100644
--- a/native/src/ssl.c
+++ b/native/src/ssl.c
@@ -641,11 +641,6 @@ static void free_bio_methods(void)
     BIO_meth_free(jbs_methods);
 }
 
-static BIO_METHOD *BIO_jbs()
-{
-    return jbs_methods;
-}
-
 /*** Begin Twitter 1:1 API addition ***/
 TCN_IMPLEMENT_CALL(jint, SSL, getLastErrorNumber)(TCN_STDARGS) {
     UNREFERENCED_STDARGS;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to