summaryrefslogtreecommitdiff
path: root/res/ael
diff options
context:
space:
mode:
authorLeif Madsen <leif@leifmadsen.com>2010-05-12 19:31:42 +0000
committerLeif Madsen <leif@leifmadsen.com>2010-05-12 19:31:42 +0000
commit881450ec82832e5b7a0d894cb60c9874a281d029 (patch)
treee57aef6628d781f256d1c20a1af6edf63ad9a528 /res/ael
parenta0b12a5666c4ab2df3ce2fbc65822ea0955ee8b3 (diff)
Remove unnecessary WARNING message in ael/pval.c
(closes issue #17145) Reported by: okrief git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262796 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/ael')
-rw-r--r--res/ael/pval.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/ael/pval.c b/res/ael/pval.c
index 5865634d8..94d71b5f4 100644
--- a/res/ael/pval.c
+++ b/res/ael/pval.c
@@ -2519,8 +2519,6 @@ void check_pval_item(pval *item, struct argapp *apps, int in_globals)
|| strcasecmp(item->u1.str,"macroif") == 0
|| strcasecmp(item->u1.str,"stackpop") == 0
|| strcasecmp(item->u1.str,"execIf") == 0 ) {
- ast_log(LOG_WARNING,"Warning: file %s, line %d-%d: application call to %s affects flow of control, and needs to be re-written using AEL if, while, goto, etc. keywords instead!\n",
- item->filename, item->startline, item->endline, item->u1.str);
warns++;
}
if (strcasecmp(item->u1.str,"macroexit") == 0) {