From 08bb0b5d702d0d75ac3dc81924718757e141f280 Mon Sep 17 00:00:00 2001 From: Li Tan Date: Wed, 4 Feb 2015 11:55:38 -0800 Subject: [PATCH] remove throw umimplemented exception --- AsyncDisplayKit/ASTableView.mm | 7 ------- 1 file changed, 7 deletions(-) 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];