Skip to content

Commit e040627

Browse files
committed
Unused
1 parent 9741fb8 commit e040627

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/test/java/org/apache/commons/io/IOUtilsTestCase.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,6 @@ public synchronized void close() throws IOException {
330330

331331
@Test public void testContentEqualsIgnoreEOL() throws Exception {
332332
{
333-
final Reader input1 = new CharArrayReader("".toCharArray());
334333
assertTrue(IOUtils.contentEqualsIgnoreEOL((Reader) null, null));
335334
}
336335
{

src/test/java/org/apache/commons/io/output/NullAppendableTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public class NullAppendableTest {
2727

2828
@Test
2929
public void testNull() throws IOException {
30-
final char[] chars = new char[] {'A', 'B', 'C'};
3130
final Appendable appendable = NullAppendable.INSTANCE;
3231
appendable.append('a');
3332
appendable.append("A");

0 commit comments

Comments
 (0)