summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cleancount4
-rw-r--r--main/channel_internal_api.c3
2 files changed, 1 insertions, 6 deletions
diff --git a/.cleancount b/.cleancount
index c7f5afc52..425151f3a 100644
--- a/.cleancount
+++ b/.cleancount
@@ -1,3 +1 @@
-39
-
-
+40
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