diff --git a/sbin/newfs/mkfs.c b/sbin/newfs/mkfs.c index 03c76f6608c4..98ae34aa43e8 100644 --- a/sbin/newfs/mkfs.c +++ b/sbin/newfs/mkfs.c @@ -459,13 +459,6 @@ mkfs(struct partition *pp, char *fsys) printf("\n"); if (Nflag) exit(0); - /* - * Zero out the boot area to avoid old superblocks from being - * found by mistake. Skip over the disklabel area. - */ - bzero(iobuf, sblock.fs_bsize); - for (i = 1; i < sblock.fs_sblkno; i += sblock.fs_frag) - wtfs(fsbtodb(&sblock, i), sblock.fs_bsize, iobuf); /* * Now construct the initial filesystem, * then write out the super-block.