Remove unused and hide some inner symbols in atomic_ops_malloc
authorIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2012 04:56:45 +0000 (08:56 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2012 14:07:01 +0000 (18:07 +0400)
commit96bbd8a6aba2cb5510ebfd84697c746cefda2c6e
treee986ed9564df34819c6d79623bfc2a877fe4de98
parent819e4e113eeec286dbe088979f723e022db2b6a3
Remove unused and hide some inner symbols in atomic_ops_malloc

* src/atomic_ops_malloc.c (AO_chunk_free_list): Remove unused global
variable.
* src/atomic_ops_malloc.c (msbs): Add 'const' keyword.
* src/atomic_ops_malloc.c (msb): Add 'static' keyword to inner
function declaration.
src/atomic_ops_malloc.c