mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user