mirror of
https://git.proxmox.com/git/grub2
synced 2025-07-04 10:37:39 +00:00
Remove leftover variabel
This commit is contained in:
parent
faba379c96
commit
140674be60
@ -864,7 +864,6 @@ receive_packets (struct grub_net_card *card)
|
|||||||
/* Maybe should be better have a fixed number of packets for each card
|
/* Maybe should be better have a fixed number of packets for each card
|
||||||
and just mark them as used and not used. */
|
and just mark them as used and not used. */
|
||||||
struct grub_net_buff *nb;
|
struct grub_net_buff *nb;
|
||||||
struct grub_net_buff *nb2;
|
|
||||||
|
|
||||||
nb = card->driver->recv (card);
|
nb = card->driver->recv (card);
|
||||||
if (!nb)
|
if (!nb)
|
||||||
|
Loading…
Reference in New Issue
Block a user