aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_agi.c
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 15:31:04 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-11 15:31:04 +0000
commit9fe316873aa1d6252cf46f16ccac61862e287976 (patch)
tree5faace03ee3324bd034861f1c1902a1917e0774d /res/res_agi.c
parent886ace82e60cea4b6a1269f9740cd2affd710aac (diff)
Remove an unused variable. I have no idea why this was marked with the unused
attribute instead of just removing it. :) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@82247 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res/res_agi.c')
-rw-r--r--res/res_agi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index d7d9bf52c..d8bca507c 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -2090,7 +2090,6 @@ static int agi_exec_full(struct ast_channel *chan, void *data, int enhanced, int
AST_DECLARE_APP_ARGS(args,
AST_APP_ARG(arg)[MAX_ARGS];
);
- __attribute__((unused))char *empty = NULL;
AGI agi;
if (ast_strlen_zero(data)) {