Remove the __ in front of the unused variable. This causes some compilers to freak out.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@99127 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2008-01-18 22:57:15 +00:00
parent 06d3c61a2e
commit d0d93be4f4

View File

@@ -428,9 +428,8 @@ struct ast_channel {
int rawwriteformat; /*!< Raw write format */
struct ast_audiohook_list *audiohooks;
/*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
* for the sake of ABI compatability. */
void *__unused;
void *unused; /*! This pointer should stay for Asterisk 1.4. It just keeps the struct size the same
* for the sake of ABI compatability. */
AST_LIST_ENTRY(ast_channel) chan_list; /*!< For easy linking */