From 88c40ef8d8b0ad89dd6155b5ce1dc9bb733de4b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 13 Feb 2020 11:34:34 +0100 Subject: score: Remove unused _Workspace_Allocate_aligned() --- cpukit/include/rtems/score/wkspace.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cpukit/include/rtems/score/wkspace.h') diff --git a/cpukit/include/rtems/score/wkspace.h b/cpukit/include/rtems/score/wkspace.h index 8d0d3bc114..92f29bb4b3 100644 --- a/cpukit/include/rtems/score/wkspace.h +++ b/cpukit/include/rtems/score/wkspace.h @@ -74,17 +74,6 @@ void _Workspace_Handler_initialization( */ void *_Workspace_Allocate( size_t size ); -/** - * @brief Allocates aligned memory from workspace. - * - * @param size The size of the requested memory. - * @param alignment The alignment of the requested memory. - * - * @retval other The memory area begin. - * @retval NULL Not enough resources. - */ -void *_Workspace_Allocate_aligned( size_t size, size_t alignment ); - /** * @brief Frees memory to the workspace. * -- cgit v1.2.3