summaryrefslogtreecommitdiffstats
path: root/c/src/tests/psxtests/psx08/task1.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/tests/psxtests/psx08/task1.c')
-rw-r--r--c/src/tests/psxtests/psx08/task1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx08/task1.c b/c/src/tests/psxtests/psx08/task1.c
index 5668f258d1..e1e37ee67e 100644
--- a/c/src/tests/psxtests/psx08/task1.c
+++ b/c/src/tests/psxtests/psx08/task1.c
@@ -25,8 +25,6 @@ void *Task_1(
void *argument
)
{
- int status;
-
puts( "Task_1: exitting" );
return( &Task1_id );