From 120218b7f649f3fd5c74f66f7d97cad7558fafc4 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 3 Feb 2012 15:40:36 +0000 Subject: [PATCH] Monotone-Parent: af376f6da2887cfa1d81ea2a63d137713304b757 Monotone-Revision: b71a73ffd81fa207977122c92575c810ad315108 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-02-03T15:40:36 --- SoObjects/Appointments/SOGoAppointmentObject.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SoObjects/Appointments/SOGoAppointmentObject.m b/SoObjects/Appointments/SOGoAppointmentObject.m index 927610eb3..487d2eca1 100644 --- a/SoObjects/Appointments/SOGoAppointmentObject.m +++ b/SoObjects/Appointments/SOGoAppointmentObject.m @@ -392,7 +392,7 @@ ignoringAttendees: (NSArray *) attendees fromOldEvent: (iCalEvent *) oldEvent { - NSMutableArray *updateAttendees, *updateUIDs; + NSMutableArray *updateAttendees; NSEnumerator *enumerator; iCalPerson *currentAttendee; NSString *currentUID; @@ -400,7 +400,6 @@ updateAttendees = [NSMutableArray arrayWithArray: [newEvent attendees]]; [updateAttendees removeObjectsInArray: attendees]; - updateUIDs = [NSMutableArray arrayWithCapacity: [updateAttendees count]]; enumerator = [updateAttendees objectEnumerator]; while ((currentAttendee = [enumerator nextObject])) {