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 734b9eef2..3662e85bb 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -1625,10 +1625,6 @@ int pbx_exec(struct ast_channel *c, /*!< Channel */
return res;
}
-
-/*! Go no deeper than this through includes (not counting loops) */
-#define AST_PBX_MAX_STACK 128
-
static struct ast_app *pbx_findapp_nolock(const char *name)
{
struct ast_app *cur;