mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Remove unused channel fields (bug #3301)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4735 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -98,10 +98,6 @@ struct ast_channel {
|
||||
/*! Who are we bridged to, if we're bridged Do not access directly,
|
||||
use ast_bridged_channel(chan) */
|
||||
struct ast_channel *_bridge;
|
||||
/*! Who did we call? */
|
||||
struct ast_channel *dialed;
|
||||
/*! Who called us? */
|
||||
struct ast_channel *dialing;
|
||||
/*! Channel that will masquerade as us */
|
||||
struct ast_channel *masq;
|
||||
/*! Who we are masquerading as */
|
||||
|
Reference in New Issue
Block a user