]> git.itanic.dy.fi Git - scan-pagemap/commit
alloc_map: Remove redundat memset
authorTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 12 Oct 2011 16:16:05 +0000 (19:16 +0300)
committerTimo Kokkonen <kaapeli@itanic.dy.fi>
Wed, 12 Oct 2011 16:16:05 +0000 (19:16 +0300)
commite7136ceae5a9858e8ed3a6190e3d2d71e841d4c5
tree69087b2d3dec8600c031ca48ad4f5724f9e30eb8
parent722990204fbb05b3581e03acffca127fbbe78c5a
alloc_map: Remove redundat memset

The struct is already filled with zeroes by calloc, thus the memset
call is not needed.

Signed-off-by: Timo Kokkonen <kaapeli@itanic.dy.fi>
parse.c