mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-24 02:18:57 +00:00
cleanup
This commit is contained in:
parent
3e11bf0d22
commit
ff2729c370
@ -1939,7 +1939,6 @@ SWITCH_STANDARD_API(cond_function)
|
||||
|
||||
while (switch_isspace(*expr)) expr++;
|
||||
|
||||
while (*expr) {
|
||||
switch (*expr) {
|
||||
case '!':
|
||||
case '<':
|
||||
@ -1948,8 +1947,6 @@ SWITCH_STANDARD_API(cond_function)
|
||||
goto operator;
|
||||
default:
|
||||
goto error;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
operator:
|
||||
|
Loading…
x
Reference in New Issue
Block a user