summaryrefslogtreecommitdiff
path: root/main/pbx.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main/pbx.c b/main/pbx.c
index 2f0c06405..389a4c0f5 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -11465,10 +11465,6 @@ int pbx_builtin_setvar(struct ast_channel *chan, const char *data)
{
char *name, *value, *mydata;
- if (ast_compat_app_set) {
- return pbx_builtin_setvar_multiple(chan, data);
- }
-
if (ast_strlen_zero(data)) {
ast_log(LOG_WARNING, "Set requires one variable name/value pair.\n");
return 0;