Skip to content

Commit 4c14b84

Browse files
committed
cleanup
1 parent 863efbf commit 4c14b84

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

core/src/com/biglybt/core/util/NetUtils.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,14 +570,11 @@ at whatevercalled getNetworkInterfaces()
570570
final List<NetworkInterface> list = new ArrayList<>();
571571

572572
collectNetworkInterfacesByIndex(list);
573-
574573
if (!list.isEmpty()) {
575574
return Collections.enumeration(list);
576575
}
577576

578-
// Worst case, try some common interface names
579577
collectNetworkInterfacesByName(list);
580-
581578
if (!list.isEmpty()) {
582579
return Collections.enumeration(list);
583580
}

0 commit comments

Comments
 (0)