diff options
Diffstat (limited to 'src/pkg/runtime/mheapmap32.c')
-rw-r--r-- | src/pkg/runtime/mheapmap32.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/runtime/mheapmap32.c b/src/pkg/runtime/mheapmap32.c index 8cea825c3..13491595d 100644 --- a/src/pkg/runtime/mheapmap32.c +++ b/src/pkg/runtime/mheapmap32.c @@ -84,7 +84,6 @@ MHeapMap_Preallocate(MHeapMap *m, PageID k, uintptr len) p2 = m->allocator(sizeof *p2); if(p2 == nil) return false; - runtime_memclr((byte*)p2, sizeof *p2); m->p[i1] = p2; } |