From: Cleber Rosa Date: Thu, 27 Jul 2017 12:02:08 +0000 (-0400) Subject: qemu-iotests: remove commented out variables X-Git-Tag: v2.10.0-rc3~12^2~2 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=80758ec57d26bd2751f204ade356db094ce4b08c;p=users%2Fdwmw2%2Fqemu.git qemu-iotests: remove commented out variables The variables FULL_MKFS_OPTIONS and FULL_MOUNT_OPTIONS are commented out, never used, and even refer to functions that do exist. The last time these were touched was around 8 years ago, so I guess it's safe to assume outputting such information on test execution is still on the radar. Signed-off-by: Cleber Rosa Reviewed-by: Stefan Hajnoczi Signed-off-by: Michael Tokarev --- diff --git a/tests/qemu-iotests/check b/tests/qemu-iotests/check index 7a2e0d0119..437ef65320 100755 --- a/tests/qemu-iotests/check +++ b/tests/qemu-iotests/check @@ -229,8 +229,6 @@ rm -f check.full FULL_IMGFMT_DETAILS=`_full_imgfmt_details` FULL_HOST_DETAILS=`_full_platform_details` -#FULL_MKFS_OPTIONS=`_scratch_mkfs_options` -#FULL_MOUNT_OPTIONS=`_scratch_mount_options` cat <