diff options
Diffstat (limited to 'sal/rtl/source/alloc_arena.c')
-rw-r--r-- | sal/rtl/source/alloc_arena.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sal/rtl/source/alloc_arena.c b/sal/rtl/source/alloc_arena.c index 1a74c7e36cae..f7325fcc616d 100644 --- a/sal/rtl/source/alloc_arena.c +++ b/sal/rtl/source/alloc_arena.c @@ -354,7 +354,6 @@ rtl_arena_hash_rescale ( ); #if 0 /* DBG */ - int i; for (i = 0; i < arena->m_hash_size; i++) { sal_Size k = 0; rtl_arena_segment_type ** segpp = &(arena->m_hash_table[i]); |