From fef5003d9281f1106e9f8f7914aa25bb6cb85c2c Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 18 Aug 2021 13:21:28 -0400 Subject: [PATCH] style(obj-c): remove unused variable --- SoObjects/Appointments/SOGoAppointmentFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Appointments/SOGoAppointmentFolder.m b/SoObjects/Appointments/SOGoAppointmentFolder.m index bb3e847f0..b31d17c00 100644 --- a/SoObjects/Appointments/SOGoAppointmentFolder.m +++ b/SoObjects/Appointments/SOGoAppointmentFolder.m @@ -3416,7 +3416,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir NSArray *vtimezones; NSMutableArray *components; NSMutableDictionary *timezones, *uids; - NSString *tzId, *uid, *originalUid; + NSString *uid, *originalUid; iCalEntityObject *element; iCalTimeZone *timezone; iCalCalendar *masterCalendar;