From 1b5a0ecef7b983fbad6ce52af10c0683ed1989b6 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 25 Aug 2010 14:30:01 +0000 Subject: 2010-08-25 Sebastian Huber * libcsupport/src/free.c, libcsupport/src/malloc.c, libcsupport/src/malloc_initialize.c: Remove heap walks in case RTEMS_DEBUG is defined. --- cpukit/libcsupport/src/free.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpukit/libcsupport/src/free.c') diff --git a/cpukit/libcsupport/src/free.c b/cpukit/libcsupport/src/free.c index c2dea1c361..d3ee2937f9 100644 --- a/cpukit/libcsupport/src/free.c +++ b/cpukit/libcsupport/src/free.c @@ -28,10 +28,6 @@ void free( if ( !ptr ) return; - #if defined(RTEMS_HEAP_DEBUG) - _Protected_heap_Walk( RTEMS_Malloc_Heap, 0, false ); - #endif - /* * Do not attempt to free memory if in a critical section or ISR. */ -- cgit v1.2.3