From 5090a71bf821b31342769ab6c1a451f47a2c2e45 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 25 Oct 2018 11:32:01 +0200 Subject: score: Remove bogus thread object name support Update #2514. --- cpukit/rtems/src/tasks.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/rtems/src/tasks.c') diff --git a/cpukit/rtems/src/tasks.c b/cpukit/rtems/src/tasks.c index 9f7a5d1f12..55dd1dc334 100644 --- a/cpukit/rtems/src/tasks.c +++ b/cpukit/rtems/src/tasks.c @@ -73,10 +73,8 @@ static void _RTEMS_tasks_Manager_initialization(void) &_RTEMS_tasks_Information, /* object information table */ OBJECTS_CLASSIC_API, /* object API */ OBJECTS_RTEMS_TASKS, /* object class */ - Configuration_RTEMS_API.maximum_tasks, + Configuration_RTEMS_API.maximum_tasks /* maximum objects of this class */ - false, /* true if the name is a string */ - RTEMS_MAXIMUM_NAME_LENGTH /* maximum length of an object name */ ); /* -- cgit v1.2.3