diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-01 10:18:41 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2011-04-01 10:18:41 +0200 |
commit | a75058e893ae734a3c648db891ea281e04a97fcd (patch) | |
tree | 98f22a741bf726c19b79835c10df75d2f1ed0d6a /sal | |
parent | ea50cf6ef53e01732df5622832fcd9c8f1c5933e (diff) | |
parent | a0af6240b3cc56af2ca9f250bf1d97e3a2df846a (diff) |
CWS-TOOLING: integrate CWS mav60
Diffstat (limited to 'sal')
-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 6b57df355cad..1e2ea5a741e4 100644 --- a/sal/rtl/source/alloc_arena.c +++ b/sal/rtl/source/alloc_arena.c @@ -345,7 +345,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]); |