[asterisk-commits] rmudgett: branch rmudgett/cid r264672 - /team/rmudgett/cid/include/asterisk/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 20 15:16:40 CDT 2010
Author: rmudgett
Date: Thu May 20 15:16:38 2010
New Revision: 264672
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=264672
Log:
Remove last old element in ast_party_id
Modified:
team/rmudgett/cid/include/asterisk/channel.h
Modified: team/rmudgett/cid/include/asterisk/channel.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/cid/include/asterisk/channel.h?view=diff&rev=264672&r1=264671&r2=264672
==============================================================================
--- team/rmudgett/cid/include/asterisk/channel.h (original)
+++ team/rmudgett/cid/include/asterisk/channel.h Thu May 20 15:16:38 2010
@@ -318,10 +318,6 @@
* \note NULL and "" must be considered equivalent.
*/
struct ast_party_id {
-#if 1 /* BUGBUG to be deleted. */
- /*! \brief Subscriber phone number (Malloced) */
- char *number;
-#endif
/* BUGBUG XXX_name XXX_number */
/*! \brief Subscriber name */
struct ast_party_name XXX_name;
More information about the asterisk-commits
mailing list