This commit is contained in:
Aron Podrigal 2014-12-27 23:10:34 -05:00
parent 3e11bf0d22
commit ff2729c370

View File

@ -1939,7 +1939,6 @@ SWITCH_STANDARD_API(cond_function)
while (switch_isspace(*expr)) expr++; while (switch_isspace(*expr)) expr++;
while (*expr) {
switch (*expr) { switch (*expr) {
case '!': case '!':
case '<': case '<':
@ -1948,8 +1947,6 @@ SWITCH_STANDARD_API(cond_function)
goto operator; goto operator;
default: default:
goto error; goto error;
break;
}
} }
operator: operator: