[svn-commits] mnicholson: branch group/res_fax r250188 - /team/group/res_fax/res/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 2 17:03:09 CST 2010


Author: mnicholson
Date: Tue Mar  2 17:03:06 2010
New Revision: 250188

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=250188
Log:
Removed unnecessary 'session' pointer in pvt structure.

Modified:
    team/group/res_fax/res/res_fax_spandsp.c

Modified: team/group/res_fax/res/res_fax_spandsp.c
URL: http://svnview.digium.com/svn/asterisk/team/group/res_fax/res/res_fax_spandsp.c?view=diff&rev=250188&r1=250187&r2=250188
==============================================================================
--- team/group/res_fax/res/res_fax_spandsp.c (original)
+++ team/group/res_fax/res/res_fax_spandsp.c Tue Mar  2 17:03:06 2010
@@ -109,7 +109,6 @@
 } spandsp_global_stats;
 
 struct spandsp_pvt {
-	struct ast_fax_session *session;  /* XXX this is unnecessary */
 	unsigned int ist38:1;
 	unsigned int isdone:1;
 	fax_state_t fax_state;




More information about the svn-commits mailing list