[mod_java] scan-build: Value stored to 'status' is never read - create_java_vm()

This commit is contained in:
Dragos Oancea 2020-02-27 12:14:55 +00:00
parent 2d727b7b31
commit 6179166ec6
1 changed files with 0 additions and 1 deletions

View File

@ -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