From 9f0462086fc936102e039b8106af424c53defcfc Mon Sep 17 00:00:00 2001 From: Maxime Ollivier Date: Mon, 25 Jan 2021 13:47:45 -0800 Subject: [PATCH] clean up @synthesize from the updater Summary: We don't need these synthesize anymore. Reviewed By: joetam Differential Revision: D26052888 fbshipit-source-id: eedb9acea68846af1a23fea15a44f94351eb999a --- Source/IGListKit/IGListAdapterUpdater.m | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Source/IGListKit/IGListAdapterUpdater.m b/Source/IGListKit/IGListAdapterUpdater.m index 03036ff0..b4e6bb12 100644 --- a/Source/IGListKit/IGListAdapterUpdater.m +++ b/Source/IGListKit/IGListAdapterUpdater.m @@ -27,13 +27,6 @@ @implementation IGListAdapterUpdater -@synthesize delegate = _delegate; -@synthesize sectionMovesAsDeletesInserts = _sectionMovesAsDeletesInserts; -@synthesize singleItemSectionUpdates = _singleItemSectionUpdates; -@synthesize preferItemReloadsForSectionReloads = _preferItemReloadsForSectionReloads; -@synthesize allowsReloadingOnTooManyUpdates = _allowsReloadingOnTooManyUpdates; -@synthesize experiments = _experiments; - - (instancetype)init { IGAssertMainThread();