summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tm27/task1.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:25:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-04-21 20:25:10 +0000
commitc6fe4b652f046b01b98cc99ae9dfb1b8bff2964b (patch)
tree528392261379699b79864d219c6203153ac56969 /testsuites/tmtests/tm27/task1.c
parent2004-04-21 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c6fe4b652f046b01b98cc99ae9dfb1b8bff2964b.tar.bz2
2004-04-21 Joel Sherrill <joel@OARcorp.com>
PR 611/bsps * tm27/task1.c: Follow conventions for tm27 and do not add another macro definition.
Diffstat (limited to 'testsuites/tmtests/tm27/task1.c')
-rw-r--r--testsuites/tmtests/tm27/task1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/testsuites/tmtests/tm27/task1.c b/testsuites/tmtests/tm27/task1.c
index 4df365e627..b02db1a4ff 100644
--- a/testsuites/tmtests/tm27/task1.c
+++ b/testsuites/tmtests/tm27/task1.c
@@ -22,10 +22,6 @@
#include <bsp.h>
-#if defined(Declarations_for_tm27)
-Declarations_for_tm27
-#endif
-
rtems_task Task_1(
rtems_task_argument argument
);