Cleaned Code by Removing Location Tracking for Errors
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
@import Foundation;
|
||||
#import "MPExpressionElement.h"
|
||||
#import "MPParseError.h"
|
||||
|
||||
#define MPFunctionAccessorImplementation(Accessor, variableName) \
|
||||
- (void)set##Accessor:(MPExpression *)value \
|
||||
@@ -49,7 +48,7 @@
|
||||
|
||||
#pragma mark Evaluating Functions
|
||||
|
||||
- (BOOL)validate:(MPParseError *__autoreleasing *)error; // Override
|
||||
- (BOOL)validate:(NSError *__autoreleasing *)error; // Override
|
||||
- (NSDecimalNumber *)evaluate; // Override
|
||||
|
||||
#pragma mark Messages
|
||||
|
||||
Reference in New Issue
Block a user