8000 remove unused variables · srijeet0406/dnsjava@a96aba2 · GitHub
[go: up one dir, main page]

Skip to content

Commit a96aba2

Browse files
committed
remove unused variables
1 parent bbe8239 commit a96aba2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/org/xbill/DNS/ZoneTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
import org.junit.jupiter.api.Test;
1818

1919
class ZoneTest {
20-
int answers = 0;
21-
Zone zone = null;
2220
private static final ARecord A_TEST;
2321
private static final AAAARecord AAAA_1_TEST;
2422
private static final AAAARecord AAAA_2_TEST;

0 commit comments

Comments
 (0)
0