From ab5aeb1be1e7f501388cf4c8915f98efaaef754a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 10 May 2021 09:21:03 +0200 Subject: score: Rename _Stack_Free_nothing() Rename _Stack_Free_nothing() in _Objects_Free_nothing() to make it reusable for the message queue buffers. Update #4007. --- cpukit/include/rtems/score/stackimpl.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'cpukit/include/rtems/score/stackimpl.h') diff --git a/cpukit/include/rtems/score/stackimpl.h b/cpukit/include/rtems/score/stackimpl.h index c261f8bd4f..330fd32be7 100644 --- a/cpukit/include/rtems/score/stackimpl.h +++ b/cpukit/include/rtems/score/stackimpl.h @@ -194,13 +194,6 @@ void *_Stack_Allocate( size_t stack_size ); */ void _Stack_Free( void *stack_area ); -/** - * @brief This function does nothing. - * - * @param stack_area is not used. - */ -void _Stack_Free_nothing( void *stack_area ); - /** @} */ #ifdef __cplusplus -- cgit v1.2.3