This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new 5a9dacd0b Remove remaining unused declarations
5a9dacd0b is described below
commit 5a9dacd0bccfa75c80e001cfc7a220cab0eed79a
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Aug 27 12:04:22 2026 +0100
Remove remaining unused declarations
---
native/include/tcn.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/native/include/tcn.h b/native/include/tcn.h
index bb5b0f015..ff66fce4b 100644
--- a/native/include/tcn.h
+++ b/native/include/tcn.h
@@ -163,8 +163,6 @@ void tcn_ThrowException(JNIEnv *, const char *);
void tcn_ThrowAPRException(JNIEnv *, apr_status_t);
jstring tcn_new_string(JNIEnv *, const char *);
jstring tcn_new_stringn(JNIEnv *, const char *, size_t);
-apr_status_t tcn_load_finfo_class(JNIEnv *, jclass);
-apr_status_t tcn_load_ainfo_class(JNIEnv *, jclass);
unsigned long tcn_get_thread_id(void);
#define J2S(V) c##V
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]