[svn-commits] anthonyl: branch anthonyl/8267 r47867 - /team/anthonyl/8267/channels/chan_iax2.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Nov 20 13:31:45 MST 2006


Author: anthonyl
Date: Mon Nov 20 14:31:45 2006
New Revision: 47867

URL: http://svn.digium.com/view/asterisk?view=rev&rev=47867
Log:
minus the unused variable

Modified:
    team/anthonyl/8267/channels/chan_iax2.c

Modified: team/anthonyl/8267/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/8267/channels/chan_iax2.c?view=diff&rev=47867&r1=47866&r2=47867
==============================================================================
--- team/anthonyl/8267/channels/chan_iax2.c (original)
+++ team/anthonyl/8267/channels/chan_iax2.c Mon Nov 20 14:31:45 2006
@@ -385,7 +385,6 @@
 	int trunkmaxmtu;
 	int trunkerror;
 	int calls;
-	int dynamicalloc;                     /*!< Dynamic */
 	AST_LIST_ENTRY(iax2_trunk_peer) list;
 };
 



More information about the svn-commits mailing list