Skip to content

Commit c41ff70

Browse files
committed
Removed redundant code
1 parent 070dedb commit c41ff70

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/com/mapcode/ReferenceFileTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -363,9 +363,6 @@ private String readNonEmptyLine() throws IOException {
363363

364364
// Move to next file.
365365
nextChunk();
366-
367-
// Retry and add remainder of line.
368-
// line = line + bufferedReader.readLine();
369366
}
370367
}
371368
while (line.isEmpty());

0 commit comments

Comments
 (0)