mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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
This commit is contained in:
@@ -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)) {
|
||||
|
Reference in New Issue
Block a user