[asterisk-commits] twilson: branch twilson/calendaring r162995 - /team/twilson/calendaring/main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Dec 11 08:33:45 CST 2008


Author: twilson
Date: Thu Dec 11 08:33:45 2008
New Revision: 162995

URL: http://svn.digium.com/view/asterisk?view=rev&rev=162995
Log:
Remove comment

Modified:
    team/twilson/calendaring/main/calendar.c

Modified: team/twilson/calendaring/main/calendar.c
URL: http://svn.digium.com/view/asterisk/team/twilson/calendaring/main/calendar.c?view=diff&rev=162995&r1=162994&r2=162995
==============================================================================
--- team/twilson/calendaring/main/calendar.c (original)
+++ team/twilson/calendaring/main/calendar.c Thu Dec 11 08:33:45 2008
@@ -592,7 +592,6 @@
 
 	/* If we don't find the old_event in new_events, then we can safely delete the old_event */
 	if (!(new_event = find_event(new_events, old_event->uid))) {
-		/* XXX We may need to remove scheduler events here */
 		return CMP_MATCH;
 	}
 




More information about the asterisk-commits mailing list