Thanks
On Mon, Nov 23, 2020 at 3:36 AM Sebastian Huber
wrote:
>
> It is only used by rtems_partition_create(). Move code directly into
> the directive which called the inline function.
> ---
> cpukit/include/rtems/rtems/partimpl.h | 7 ---
> cpukit/rtems/src/partcreate.c | 7 ++-
It is only used by rtems_partition_create(). Move code directly into
the directive which called the inline function.
---
cpukit/include/rtems/rtems/partimpl.h | 7 ---
cpukit/rtems/src/partcreate.c | 7 ++-
2 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/cpukit/incl