[_ASHierarchyChangeSet] Remove unused new method

This commit is contained in:
Adlai Holler
2016-06-24 13:56:08 -07:00
parent 0a525a3c16
commit 211dcdf0e8
2 changed files with 0 additions and 32 deletions

View File

@@ -60,14 +60,6 @@ NSString *NSStringFromASHierarchyChangeType(_ASHierarchyChangeType changeType);
*/
- (NSUInteger)newSectionForOldSection:(NSUInteger)oldSection;
/**
Get the index path after the update for the item at the given index path before the update.
@precondition The change set must be completed.
@returns The new index path, or nil if the given item (or its section) was deleted.
*/
- (nullable NSIndexPath *)newIndexPathForOldIndexPath:(NSIndexPath *)indexPath;
@property (nonatomic, readonly) BOOL completed;
/// Call this once the change set has been constructed to prevent future modifications to the changeset. Calling this more than once is a programmer error.