Remove redundant code

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1398367 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2012-10-15 16:27:57 +00:00
parent 3a90cfe249
commit 7d8c7f17ff
1 changed files with 0 additions and 2 deletions

View File

@ -180,8 +180,6 @@ public class CSVParser implements Iterable<CSVRecord> {
case EOF:
if (reusableToken.isReady) {
record.add(reusableToken.content.toString());
} else {
result = null;
}
break;
case INVALID: