mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
unused variable
This commit is contained in:
parent
345a44d03a
commit
8a6f728dd2
@ -110,7 +110,6 @@ public class TXTExporter extends AbstractExporter {
|
||||
try {
|
||||
reader = new BufferedReader(new FileReader(fileName));
|
||||
|
||||
String originalStartIP = null;
|
||||
String startIPAfterLoad = null;
|
||||
String endIp = null;
|
||||
|
||||
@ -124,7 +123,6 @@ public class TXTExporter extends AbstractExporter {
|
||||
String[] sp = line.split("\\s+");
|
||||
|
||||
if (i == 4) {
|
||||
originalStartIP = sp[1];
|
||||
startIPAfterLoad = sp[1];
|
||||
endIp = sp[3];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user