david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Remove no-longer-used variable

This commit is contained in:
Michael Brown 2007-02-19 17:31:20 +00:00
parent e1735d5fc2
commit c63af1ea14
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ static int legacy_registered = 0;
static int legacy_transmit ( struct net_device *netdev, struct pk_buff *pkb ) {
struct nic *nic = netdev->priv;
struct ethhdr *ethhdr = pkb->data;
int pad_len;
DBG ( "Transmitting %d bytes\n", pkb_len ( pkb ) );
pkb_pad ( pkb, ETH_ZLEN );