Archived
1

Cleaned Code by Removing Location Tracking for Errors

This commit is contained in:
Kim Wittenburg
2014-11-07 19:50:28 +01:00
parent 91e7dbe9f2
commit 139a75f816
59 changed files with 355 additions and 532 deletions

View File

@@ -34,12 +34,7 @@
return self;
}
- (NSRange)range
{
return NSMakeRange(0, 0);
}
- (BOOL)validate:(MPParseError *__autoreleasing *)error
- (BOOL)validate:(NSError *__autoreleasing *)error
{
return [self.value validate:error];
}
@@ -50,9 +45,4 @@
return [[NSDecimalNumber alloc] initWithDouble:tgamma(value+1)];
}
- (NSArray *)expressionElements
{
return @[@"!"];
}
@end