mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
shell: mark iteration variable unused
This commit is contained in:
parent
d54f50a6f4
commit
82d57c022c
@ -163,7 +163,7 @@ if ($intnum > $count) {
|
||||
}
|
||||
|
||||
$index = 1;
|
||||
foreach ($ifdescrs as $ifname => $ifdesc) {
|
||||
foreach ($ifdescrs as $ifname => $unused) {
|
||||
if ($intnum == $index) {
|
||||
$interface = $ifname;
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user