[mod_java] scan-build: Value stored to 'status' is never read - create_java_vm()
This commit is contained in:
parent
2d727b7b31
commit
6179166ec6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue