We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9cef8 commit 74ead78Copy full SHA for 74ead78
1 file changed
Source/NSPredicate.m
@@ -3121,12 +3121,10 @@ - (NSExpression *) parseBinaryExpression
3121
3122
while (YES)
3123
{
3124
- NSExpression *right;
3125
-
3126
if ([self scanString: @":=" intoString: NULL]) // assignment
3127
3128
// check left to be a variable?
3129
- right = [self parseAdditionExpression];
+ [self parseAdditionExpression];
3130
// FIXME
3131
}
3132
else
0 commit comments