forked from Imagelibrary/rtems
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/network/dec21140.c (dec21140_rxDaemon): Remove unused var "tbase".
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
2011-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libchip/network/dec21140.c (dec21140_rxDaemon):
|
||||
Remove unused var "tbase".
|
||||
* libchip/rtc/mc146818a.c (mc146818a_initialize):
|
||||
Remove unused var "getReg".
|
||||
* libchip/rtc/mc146818a.c (mc146818a_set_time):
|
||||
|
||||
@@ -560,7 +560,6 @@ dec21140Enet_initialize_hardware (struct dec21140_softc *sc)
|
||||
static void
|
||||
dec21140_rxDaemon (void *arg)
|
||||
{
|
||||
volatile uint32_t *tbase;
|
||||
volatile struct MD *rmd;
|
||||
struct dec21140_softc *sc;
|
||||
struct ifnet *ifp;
|
||||
@@ -585,7 +584,6 @@ dec21140_rxDaemon (void *arg)
|
||||
if( events & sc->ioevent )
|
||||
{
|
||||
ifp = &sc->arpcom.ac_if;
|
||||
tbase = sc->base;
|
||||
rmd = sc->nextRxMD;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user