From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/c4x/c4xsim/clock/clock.c | 1 - c/src/lib/libbsp/c4x/c4xsim/console/console.c | 1 - c/src/lib/libbsp/c4x/c4xsim/include/bsp.h | 3 --- c/src/lib/libbsp/c4x/c4xsim/timer/timer.c | 1 - 4 files changed, 6 deletions(-) (limited to 'c/src/lib/libbsp/c4x') diff --git a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c index c17716953b..aff23c800a 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c +++ b/c/src/lib/libbsp/c4x/c4xsim/clock/clock.c @@ -53,7 +53,6 @@ rtems_isr_entry Old_ticker; void Clock_exit( void ); - /* * Isr Handler */ diff --git a/c/src/lib/libbsp/c4x/c4xsim/console/console.c b/c/src/lib/libbsp/c4x/c4xsim/console/console.c index 00272b8576..1bca6379e1 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/console/console.c +++ b/c/src/lib/libbsp/c4x/c4xsim/console/console.c @@ -107,7 +107,6 @@ rtems_device_driver console_open( 0 /* outputUsesInterrupts */ }; - assert( minor <= 1 ); if ( minor > 2 ) return RTEMS_INVALID_NUMBER; diff --git a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h index b021d2be01..049cf85664 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h +++ b/c/src/lib/libbsp/c4x/c4xsim/include/bsp.h @@ -30,7 +30,6 @@ extern "C" { #include #include - /* * Define the time limits for RTEMS Test Suite test durations. * Long test and short test duration limits are provided. These @@ -42,7 +41,6 @@ extern "C" { #define MAX_LONG_TEST_DURATION 300 /* 5 minutes = 300 seconds */ #define MAX_SHORT_TEST_DURATION 3 /* 3 seconds */ - /* * Stuff for Time Test 27 */ @@ -83,7 +81,6 @@ extern "C" { * NOTE: Use the standard Clock driver entry */ - /* * Information placed in the linkcmds file. */ diff --git a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c index d1b5925644..7ede7bfbe0 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c +++ b/c/src/lib/libbsp/c4x/c4xsim/timer/timer.c @@ -35,7 +35,6 @@ void Timer_initialize( void ) * implemenations of timer but .... */ - c4x_timer_stop(C4X_TIMER_0); c4x_timer_set_period(C4X_TIMER_0, 0xffffffff); /* so no interupts */ c4x_timer_start(C4X_TIMER_0); -- cgit v1.2.3