diff --git a/AsyncDisplayKit/ASTableView.mm b/AsyncDisplayKit/ASTableView.mm index 1d04aaefa6..23f14e229b 100644 --- a/AsyncDisplayKit/ASTableView.mm +++ b/AsyncDisplayKit/ASTableView.mm @@ -220,13 +220,6 @@ static BOOL _isInterceptedSelector(SEL sel) #pragma mark - #pragma mark Assertions -- (void)throwUnimplementedException -{ - [[NSException exceptionWithName:@"UnimplementedException" - reason:@"ASTableView's grouped updates aren't currently supported yet, please call the insert/delete function directly." - userInfo:nil] raise]; -} - - (void)beginUpdates { [_dataController beginUpdates];