mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
Remove an unused variable. Grr.
This commit is contained in:
parent
be94a28e2a
commit
8a138d80d0
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ ar71xx_pci_read_config(device_t dev, u_int bus, u_int slot, u_int func,
|
|||
u_int reg, int bytes)
|
||||
{
|
||||
uint32_t data;
|
||||
uint32_t cmd, shift, mask;
|
||||
uint32_t shift, mask;
|
||||
|
||||
/* register access is 32-bit aligned */
|
||||
shift = (reg & 3) * 8;
|
||||
|
|
|
|||
Loading…
Reference in a new issue