Skip to content

Commit faa4596

Browse files
author
sunnyxx
committed
remove mystery code
1 parent b724134 commit faa4596

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Classes/UITableView+FDIndexPathHeightCache.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ @implementation UITableView (FDIndexPathHeightCache)
121121
- (FDIndexPathHeightCache *)fd_indexPathHeightCache {
122122
FDIndexPathHeightCache *cache = objc_getAssociatedObject(self, _cmd);
123123
if (!cache) {
124-
[self methodSignatureForSelector:nil];
125124
cache = [FDIndexPathHeightCache new];
126125
objc_setAssociatedObject(self, _cmd, cache, OBJC_ASSOCIATION_RETAIN_NONATOMIC);
127126
}

0 commit comments

Comments
 (0)