mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-02 22:49:45 +00:00
Resolve unused-but-set-variable introduced by c608ca3 and remove a line of redundant code.
This commit is contained in:
parent
ae50f474b4
commit
2b48cf8778
@ -1577,12 +1577,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
|
|||||||
static void handle_SIGCHLD(int sig)
|
static void handle_SIGCHLD(int sig)
|
||||||
{
|
{
|
||||||
int status = 0;
|
int status = 0;
|
||||||
int pid = 0;
|
|
||||||
|
|
||||||
if (sig) {};
|
|
||||||
|
|
||||||
pid = wait(&status);
|
|
||||||
|
|
||||||
|
wait(&status);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user