[asterisk-commits] russell: trunk r82247 - /trunk/res/res_agi.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Tue Sep 11 10:31:04 CDT 2007
    
    
  
Author: russell
Date: Tue Sep 11 10:31:04 2007
New Revision: 82247
URL: http://svn.digium.com/view/asterisk?view=rev&rev=82247
Log:
Remove an unused variable.  I have no idea why this was marked with the unused
attribute instead of just removing it.  :)
Modified:
    trunk/res/res_agi.c
Modified: trunk/res/res_agi.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_agi.c?view=diff&rev=82247&r1=82246&r2=82247
==============================================================================
--- trunk/res/res_agi.c (original)
+++ trunk/res/res_agi.c Tue Sep 11 10:31:04 2007
@@ -2090,7 +2090,6 @@
 	AST_DECLARE_APP_ARGS(args,
 		AST_APP_ARG(arg)[MAX_ARGS];
 	);
-	__attribute__((unused))char *empty = NULL;
 	AGI agi;
 
 	if (ast_strlen_zero(data)) {
    
    
More information about the asterisk-commits
mailing list