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