2001-01-12 Joel Sherrill <joel@OARcorp.com>

* setvec.c: Removed unused variables.
This commit is contained in:
Joel Sherrill
2001-01-12 13:36:54 +00:00
parent 9c1dc8cd2a
commit d2959b22fb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-01-12 Joel Sherrill <joel@OARcorp.com>
* setvec.c: Removed unused variables.
2001-01-09 Joel Sherrill <joel@OARcorp.com>
* clockdrv_shell.c (CLOCK_DRIVER_ISRS_PER_TICK): Add support for

View File

@@ -31,8 +31,6 @@ rtems_isr_entry set_vector( /* returns old vector */
)
{
rtems_isr_entry previous_isr;
unsigned32 real_trap;
unsigned32 source;
if ( type )
rtems_interrupt_catch( handler, vector, &previous_isr );