From: Russell Bryant Date: Tue, 11 Sep 2007 15:31:04 +0000 (+0000) Subject: Remove an unused variable. I have no idea why this was marked with the unused X-Git-Tag: 1.6.0-beta1~3^2~1465 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8ff60d30738af1d24911902463ead3a23c68dde;p=thirdparty%2Fasterisk.git Remove an unused variable. I have no idea why this was marked with the unused attribute instead of just removing it. :) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@82247 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_agi.c b/res/res_agi.c index d7d9bf52ca..d8bca507cd 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)) {