Eliminate an unused lock in ast_bridge_channel.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@380654 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Richard Mudgett 2013-01-31 18:14:55 +00:00
parent b7ecff2e4b
commit 683726a5e7
1 changed files with 0 additions and 2 deletions

View File

@ -136,8 +136,6 @@ struct ast_bridge_tech_optimizations {
* \brief Structure that contains information regarding a channel in a bridge
*/
struct ast_bridge_channel {
/*! Lock to protect this data structure */
ast_mutex_t lock;
/*! Condition, used if we want to wake up a thread waiting on the bridged channel */
ast_cond_t cond;
/*! Current bridged channel state */