From 13fcfde55e66a45870c20279f8045b7d9b834a6e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 23 May 1996 22:34:18 +0000 Subject: clean up on DELAYTIMER_MAX --- testsuites/psxtests/psxhdrs/timer03.c | 4 ---- testsuites/psxtests/psxhdrs/timer04.c | 4 ---- testsuites/psxtests/psxhdrs/timer05.c | 4 ---- 3 files changed, 12 deletions(-) (limited to 'testsuites/psxtests') diff --git a/testsuites/psxtests/psxhdrs/timer03.c b/testsuites/psxtests/psxhdrs/timer03.c index c2f4d949df..ac8d926c15 100644 --- a/testsuites/psxtests/psxhdrs/timer03.c +++ b/testsuites/psxtests/psxhdrs/timer03.c @@ -19,10 +19,6 @@ #error "rtems is supposed to have timer_settime" #endif -#ifndef DELAYTIMER_MAX -#error "this is supposed to be defined" -#endif - void test( void ) { timer_t timerid = 0; diff --git a/testsuites/psxtests/psxhdrs/timer04.c b/testsuites/psxtests/psxhdrs/timer04.c index 16c54791a6..d6bbff3700 100644 --- a/testsuites/psxtests/psxhdrs/timer04.c +++ b/testsuites/psxtests/psxhdrs/timer04.c @@ -19,10 +19,6 @@ #error "rtems is supposed to have timer_gettime" #endif -#ifndef DELAYTIMER_MAX -#error "this is supposed to be defined" -#endif - void test( void ) { timer_t timerid = 0; diff --git a/testsuites/psxtests/psxhdrs/timer05.c b/testsuites/psxtests/psxhdrs/timer05.c index fcbd32fbbd..1db28dfc4c 100644 --- a/testsuites/psxtests/psxhdrs/timer05.c +++ b/testsuites/psxtests/psxhdrs/timer05.c @@ -19,10 +19,6 @@ #error "rtems is supposed to have timer_getoverrun" #endif -#ifndef DELAYTIMER_MAX -#error "this is supposed to be defined" -#endif - void test( void ) { timer_t timerid = 0; -- cgit v1.2.3