Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 7273a04

Browse files
committed
removing unused variable
1 parent 76d5a65 commit 7273a04

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/java/org/apache/commons/csv/CSVParser.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,6 @@ public static CSVParser parse(final URL url, final Charset charset, final CSVFor
353353
return new CSVParser(new InputStreamReader(url.openStream(), charset), format);
354354
}
355355

356-
private int maxParsedTokenCount = 5;
357-
358356
private String headerComment;
359357

360358
private String trailerComment;

0 commit comments

Comments
 (0)