mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
CID: 1211946 mod_rayo - dead code after switch statement
This commit is contained in:
parent
873acb2975
commit
58fea2544b
@ -336,8 +336,7 @@ static const char *presence_status_to_string(enum presence_status status)
|
|||||||
switch(status) {
|
switch(status) {
|
||||||
case PS_OFFLINE: return "OFFLINE";
|
case PS_OFFLINE: return "OFFLINE";
|
||||||
case PS_ONLINE: return "ONLINE";
|
case PS_ONLINE: return "ONLINE";
|
||||||
case PS_UNKNOWN:
|
case PS_UNKNOWN: return "UNKNOWN";
|
||||||
default: return "UNKNOWN";
|
|
||||||
}
|
}
|
||||||
return "UNKNOWN";
|
return "UNKNOWN";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user