summaryrefslogtreecommitdiff
path: root/main/channel_internal_api.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-06-29 16:42:32 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-06-29 16:42:32 +0000
commit6681e88bdd4ac6510d3ac870cdc578a306901de1 (patch)
treeb24d78f1ceefe11ab5e9e9eec1fd8159af01af60 /main/channel_internal_api.c
parent2e23dbb4b6056f820769ca12668d43c92f4948fc (diff)
Remove obsolete struct ast_channel note.
The opaquing the ast_channel struct no longer requires .cleancount to be changed when the struct is changed. * Bump .cleancount value one last time because of struct ast_channel for old times sake. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369489 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel_internal_api.c')
-rw-r--r--main/channel_internal_api.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/channel_internal_api.c b/main/channel_internal_api.c
index 768afc65e..1922db9a9 100644
--- a/main/channel_internal_api.c
+++ b/main/channel_internal_api.c
@@ -47,9 +47,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
/*!
* \brief Main Channel structure associated with a channel.
*
- * \note XXX It is important to remember to increment .cleancount each time
- * this structure is changed. XXX
- *
* \note When adding fields to this structure, it is important to add the field
* 'in position' with like-aligned fields, so as to keep the compiler from
* having to add padding to align fields. The structure's fields are sorted