Skip to content

Commit c7efb52

Browse files
committed
Remove left-over code from previous commit
1 parent 67531d3 commit c7efb52

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Source/SPTableContent.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ typedef NS_ENUM(NSInteger, SPTableContentFilterSource) {
102102
BOOL _mainNibLoaded;
103103
BOOL isWorking;
104104
pthread_mutex_t tableValuesLock;
105-
#ifndef SP_CODA
106-
NSMutableArray *nibObjectsToRelease;
107-
#endif
108105

109106
NSString *selectedTable;
110107
NSString *usedQuery;

Source/SPTableContent.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ - (id)init
142142
isWorking = NO;
143143

144144
pthread_mutex_init(&tableValuesLock, NULL);
145-
#ifndef SP_CODA
146-
nibObjectsToRelease = [[NSMutableArray alloc] init];
147-
#endif
148145

149146
tableValues = [[SPDataStorage alloc] init];
150147
dataColumns = [[NSMutableArray alloc] init];
@@ -4649,8 +4646,6 @@ - (void)dealloc
46494646
SPClear(dataColumns);
46504647
SPClear(oldRow);
46514648
#ifndef SP_CODA
4652-
for (id retainedObject in nibObjectsToRelease) [retainedObject release];
4653-
SPClear(nibObjectsToRelease);
46544649
SPClear(paginationPopover);
46554650
SPClear(paginationViewController);
46564651

0 commit comments

Comments
 (0)