Left over from prior patch removed.

Submitted by: John Hixon
PR: 151442 (but the patch was backwards there)
This commit is contained in:
Warner Losh 2010-10-21 17:29:18 +00:00
parent 1dca6a2844
commit e964661666
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214143

View file

@ -507,17 +507,6 @@ setup_disk_slice()
DEST="${DISK}"
fi
if iscompressed "${IMAGE}"
then
local COMPRESSION
get_compression_type "${IMAGE}"
COMPRESSION="${VAL}"
decompress_file "${IMAGE}" "${COMPRESSION}"
IMAGE="${VAL}"
fi
write_image "${IMAGE}" "${DEST}"
check_disk_layout "${DEST}"
fi