summaryrefslogtreecommitdiff
path: root/include/asterisk/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/calendar.h')
-rw-r--r--include/asterisk/calendar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asterisk/calendar.h b/include/asterisk/calendar.h
index da4af01ef..57140bae2 100644
--- a/include/asterisk/calendar.h
+++ b/include/asterisk/calendar.h
@@ -133,7 +133,7 @@ struct ast_calendar {
pthread_t thread; /*!< The thread that the calendar is loaded/updated in */
ast_cond_t unload;
int unloading:1;
- int pending_deletion:1;
+ int pending_deletion:1; /*!< No longer used */
struct ao2_container *events; /*!< The events that are known at this time */
};