summaryrefslogtreecommitdiff
path: root/main/src/main/cpp/ovpnutil/jniglue.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/main/cpp/ovpnutil/jniglue.c')
-rw-r--r--main/src/main/cpp/ovpnutil/jniglue.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/src/main/cpp/ovpnutil/jniglue.c b/main/src/main/cpp/ovpnutil/jniglue.c
index 264b18a8..65a13406 100644
--- a/main/src/main/cpp/ovpnutil/jniglue.c
+++ b/main/src/main/cpp/ovpnutil/jniglue.c
@@ -19,11 +19,6 @@ void android_openvpn_log(int level,const char* prefix,const char* prefix_sep,con
__android_log_print(ANDROID_LOG_DEBUG,"openvpn","%s%s%s",prefix,prefix_sep,m1);
}
-void Java_de_blinkt_openvpn_core_NativeUtils_jniclose(JNIEnv *env,jclass jo, jint fd)
-{
- int ret = close(fd);
-}
-
//! Hack to get the current installed ABI of the libraries. See also https://github.com/schwabe/ics-openvpn/issues/391
jstring Java_de_blinkt_openvpn_core_NativeUtils_getJNIAPI(JNIEnv *env, jclass jo)