Skip to content

Commit 7d8c7f1

Browse files
committed
Remove redundant code
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398367 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3a90cfe commit 7d8c7f1

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
@@ -180,8 +180,6 @@ CSVRecord nextRecord() throws IOException {
180180
case EOF:
181181
if (reusableToken.isReady) {
182182
record.add(reusableToken.content.toString());
183-
} else {
184-
result = null;
185183
}
186184
break;
187185
case INVALID:

0 commit comments

Comments
 (0)