From 5515eb62e6051506020c9af2eec690a48b8d2df8 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 3 May 2024 10:36:03 +0300 Subject: [PATCH] Removed unused constant --- app/src/main/cpp/baresip.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/cpp/baresip.c b/app/src/main/cpp/baresip.c index e7ddc044..90afd76a 100644 --- a/app/src/main/cpp/baresip.c +++ b/app/src/main/cpp/baresip.c @@ -1123,7 +1123,6 @@ JNIEXPORT void JNICALL Java_com_tutpro_baresip_Api_ua_1hangup( { const uint16_t native_code = code; const char *native_reason = (*env)->GetStringUTFChars(env, reason, 0); - const int thread_check = re_thread_check(false); LOGD("hanging up call %ld/%ld\n", (long)ua, (long)call); re_thread_enter(); if (strlen(native_reason) == 0)