IOS-714 fix warnings

IOSAD-49
Dirk Zimmermann 6 years ago
parent 1adeb77d07
commit f430cefde1

@ -67,7 +67,6 @@ static unichar s_quoteChar = '"';
*/
- (BOOL)endingQuoteAt:(NSInteger)pos
{
NSString *context = [self.string substringFromIndex:pos];
unichar ch1 = [self.string characterAtIndex:pos];
if (ch1 == s_quoteChar) {
if (pos == self.len - 1) {

Loading…
Cancel
Save