Remove leftover variabel
This commit is contained in:
parent
faba379c96
commit
140674be60
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue