summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-03-23 18:59:23 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-03-23 18:59:23 +0100
commitab48268453eb21894f3fac215c6117d9391256be (patch)
tree86d945793eb8c6cebbecb6371842f3726695d754 /sal
parent75516e290d882c5515a188bf2bd2caf2a5f67ac9 (diff)
mav60: #164341# fix problems with the new implementation
Diffstat (limited to 'sal')
-rw-r--r--sal/rtl/source/alloc_arena.c1
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]);