2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>

* ppc403/clock/clock.c (Install_clock): Remove unused var "pvr".
This commit is contained in:
Ralf Corsepius
2011-10-07 09:55:46 +00:00
parent 16b1599ffb
commit 7eb31ec936
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,6 @@
2011-10-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* ppc403/clock/clock.c (Install_clock): Remove unused var "pvr".
* new-exceptions/bspsupport/ppc_exc_prologue.c
(ppc_exc_create_branch_op): Comment out unused var "BRANCH_OP_LINK".
* mpc5xx/clock/clock.c: Make BSP_disconnect_clock_handler decl a

View File

@@ -262,10 +262,6 @@ void Install_clock(
{
rtems_irq_connect_data clockIrqConnData;
#ifdef ppc403
uint32_t pvr;
#endif /* ppc403 */
Clock_driver_ticks = 0;
/*