summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 22:34:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-05-23 22:34:18 +0000
commit13fcfde55e66a45870c20279f8045b7d9b834a6e (patch)
treec300a8b5e1cede431213c69a33fcec3bf59d7bc1
parentnew files (diff)
downloadrtems-13fcfde55e66a45870c20279f8045b7d9b834a6e.tar.bz2
clean up on DELAYTIMER_MAX
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer03.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer04.c4
-rw-r--r--c/src/tests/psxtests/psxhdrs/timer05.c4
-rw-r--r--testsuites/psxtests/psxhdrs/timer03.c4
-rw-r--r--testsuites/psxtests/psxhdrs/timer04.c4
-rw-r--r--testsuites/psxtests/psxhdrs/timer05.c4
6 files changed, 0 insertions, 24 deletions
diff --git a/c/src/tests/psxtests/psxhdrs/timer03.c b/c/src/tests/psxtests/psxhdrs/timer03.c
index c2f4d949df..ac8d926c15 100644
--- a/c/src/tests/psxtests/psxhdrs/timer03.c
+++ b/c/src/tests/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/c/src/tests/psxtests/psxhdrs/timer04.c b/c/src/tests/psxtests/psxhdrs/timer04.c
index 16c54791a6..d6bbff3700 100644
--- a/c/src/tests/psxtests/psxhdrs/timer04.c
+++ b/c/src/tests/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/c/src/tests/psxtests/psxhdrs/timer05.c b/c/src/tests/psxtests/psxhdrs/timer05.c
index fcbd32fbbd..1db28dfc4c 100644
--- a/c/src/tests/psxtests/psxhdrs/timer05.c
+++ b/c/src/tests/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;
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;