From: Dragos Oancea Date: Thu, 27 Feb 2020 12:14:55 +0000 (+0000) Subject: [mod_java] scan-build: Value stored to 'status' is never read - create_java_vm() X-Git-Tag: v1.10.3^2~95^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F451%2Fhead;p=thirdparty%2Ffreeswitch.git [mod_java] scan-build: Value stored to 'status' is never read - create_java_vm() --- diff --git a/src/mod/languages/mod_java/modjava.c b/src/mod/languages/mod_java/modjava.c index 3290d49c57..a334af302d 100644 --- a/src/mod/languages/mod_java/modjava.c +++ b/src/mod/languages/mod_java/modjava.c @@ -323,7 +323,6 @@ static switch_status_t create_java_vm(JavaVMOption *options, int optionCount, vm { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unable to find 'org.freeswitch.Launcher' class!\n"); (*env)->ExceptionDescribe(env); - status = SWITCH_STATUS_FALSE; } // store a global reference for use in the launch_java() function