mirror of
https://github.com/apache/commons-csv.git
synced 2025-03-01 22:39:06 +00:00
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…
x
Reference in New Issue
Block a user