diff options
author | Cleber Rosa <crosa@redhat.com> | 2017-07-27 08:02:07 -0400 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2017-08-14 13:06:54 +0300 |
commit | 657c572afe8dae393f2321db8866c02b4bf7bc77 (patch) | |
tree | 6e8176fac1baae2ad76a7230d7f6b11b33043c2b /tests/qemu-iotests/common.rc | |
parent | 88552b553b0f2d75f0f91a247f19c2e3b81ed5aa (diff) | |
download | qemu-657c572afe8dae393f2321db8866c02b4bf7bc77.zip qemu-657c572afe8dae393f2321db8866c02b4bf7bc77.tar.gz qemu-657c572afe8dae393f2321db8866c02b4bf7bc77.tar.bz2 |
qemu-iotests: get rid of _full_imgproto_details()
Although this function is used, its implementation does nothing
besides echoing a variable name. There's no need to wrap this
functionality in a function, and based on the one usage it has, it's
not even required to adhere to a convention or code style.
Signed-off-by: Cleber Rosa <crosa@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'tests/qemu-iotests/common.rc')
-rw-r--r-- | tests/qemu-iotests/common.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/qemu-iotests/common.rc b/tests/qemu-iotests/common.rc index bfbc80e..8d486db 100644 --- a/tests/qemu-iotests/common.rc +++ b/tests/qemu-iotests/common.rc @@ -482,11 +482,6 @@ _full_imgfmt_details() fi } -_full_imgproto_details() -{ - echo "$IMGPROTO" -} - _full_platform_details() { os=`uname -s` |