removing unused variable
This commit is contained in:
parent
76d5a65348
commit
7273a04ac3
|
@ -353,8 +353,6 @@ public final class CSVParser implements Iterable<CSVRecord>, Closeable {
|
|||
return new CSVParser(new InputStreamReader(url.openStream(), charset), format);
|
||||
}
|
||||
|
||||
private int maxParsedTokenCount = 5;
|
||||
|
||||
private String headerComment;
|
||||
|
||||
private String trailerComment;
|
||||
|
|
Loading…
Reference in New Issue