diff --git a/pEpObjCAdapter/PEPCSVScanner.m b/pEpObjCAdapter/PEPCSVScanner.m index ca9ba94..e83752a 100644 --- a/pEpObjCAdapter/PEPCSVScanner.m +++ b/pEpObjCAdapter/PEPCSVScanner.m @@ -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) {