Re: [PATCH 09/20] rtems: Remove _Partition_Destroy()

2020-11-20 Thread Gedare Bloom
On Fri, Nov 20, 2020 at 4:15 AM Sebastian Huber wrote: > > It was a trivial function call wrapper used only in one place. > --- > cpukit/include/rtems/rtems/partimpl.h | 7 --- > cpukit/rtems/src/partdelete.c | 2 +- > 2 files changed, 1 insertion(+), 8 deletions(-) > > diff --git a/c

[PATCH 09/20] rtems: Remove _Partition_Destroy()

2020-11-20 Thread Sebastian Huber
It was a trivial function call wrapper used only in one place. --- cpukit/include/rtems/rtems/partimpl.h | 7 --- cpukit/rtems/src/partdelete.c | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/cpukit/include/rtems/rtems/partimpl.h b/cpukit/include/rtems/rtems/part