aboutsummaryrefslogtreecommitdiffstats
path: root/funcs
diff options
context:
space:
mode:
Diffstat (limited to 'funcs')
-rw-r--r--funcs/func_math.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/funcs/func_math.c b/funcs/func_math.c
index e8a49acc8..a838e4f99 100644
--- a/funcs/func_math.c
+++ b/funcs/func_math.c
@@ -124,7 +124,6 @@ static char *builtin_function_math(struct ast_channel *chan, char *cmd, char *da
iaction = LTEFUNCTION;
}
} else if ((op = strchr(mvalue1, '='))) {
- iaction = GTFUNCTION;
*op = '\0';
if (*(op+1) == '=') {
*++op = '\0';