remove throw umimplemented exception

This commit is contained in:
Li Tan
2015-02-04 11:55:38 -08:00
parent b5245f7cd4
commit 08bb0b5d70

View File

@@ -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];