This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit fc9c320bd8e44d53fe34b487acb0a2dc26937574
Author: Abdelatif Guettouche <[email protected]>
AuthorDate: Fri Jun 25 15:12:14 2021 +0100

    arch/arm/cxd56xx: Remove the up_textheap_init function since it's not
    needed anymore.
    
    Signed-off-by: Abdelatif Guettouche <[email protected]>
---
 arch/arm/src/cxd56xx/cxd56_textheap.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/arm/src/cxd56xx/cxd56_textheap.c 
b/arch/arm/src/cxd56xx/cxd56_textheap.c
index 3c5c04c..95bf571 100644
--- a/arch/arm/src/cxd56xx/cxd56_textheap.c
+++ b/arch/arm/src/cxd56xx/cxd56_textheap.c
@@ -44,14 +44,6 @@
  ****************************************************************************/
 
 /****************************************************************************
- * Name: up_textheap_init()
- ****************************************************************************/
-
-void up_textheap_init()
-{
-}
-
-/****************************************************************************
  * Name: up_textheap_memalign()
  ****************************************************************************/
 

Reply via email to