Title: [commits] (grant) [11425] Remove icalUIDMap; it was replaced by an index quite some time ago
Revision
11425
Author
grant
Date
2006-08-16 14:29:48 -0700 (Wed, 16 Aug 2006)

Log Message

Remove icalUIDMap; it was replaced by an index quite some time ago

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/pim/calendar/Calendar.py (11424 => 11425)

--- trunk/chandler/parcels/osaf/pim/calendar/Calendar.py	2006-08-16 18:16:42 UTC (rev 11424)
+++ trunk/chandler/parcels/osaf/pim/calendar/Calendar.py	2006-08-16 21:29:48 UTC (rev 11425)
@@ -364,12 +364,6 @@
             "able to import iCalendar events with arbitrary UIDs."
     )
 
-    icalUIDMap = schema.One(
-        otherName = "items",
-        doc = "For performance we maintain a ref collection mapping iCalendar "
-              "UIDs to events, making lookup by UID quick."
-    )
-
     modifies = schema.One(
         ModificationEnum,
         defaultValue=None,




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to