summaryrefslogtreecommitdiff
path: root/include/asterisk/bridging.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/bridging.h')
-rw-r--r--include/asterisk/bridging.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asterisk/bridging.h b/include/asterisk/bridging.h
index e4dd5cdd9..2890b1dfa 100644
--- a/include/asterisk/bridging.h
+++ b/include/asterisk/bridging.h
@@ -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 */