Remove leftover variabel

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-05 23:18:44 +02:00
parent faba379c96
commit 140674be60

View file

@ -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)