From: Stefano Stabellini Date: Mon, 20 Apr 2015 14:31:35 +0000 (+0000) Subject: raisin: remove useless comments and replace them with : X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=4ab8e0f56b53223a198ec96d169c8e52f3244f8b;p=raisin.git raisin: remove useless comments and replace them with : Signed-off-by: Stefano Stabellini --- diff --git a/components/grub b/components/grub index 563a28c..2058c70 100644 --- a/components/grub +++ b/components/grub @@ -62,9 +62,9 @@ function grub_clean() { } function grub_configure() { - echo "Grub: nothing to configure" + : } function grub_unconfigure() { - echo "Grub: nothing to unconfigure" + : } diff --git a/components/qemu b/components/qemu index 6ba03c8..00aeeb6 100644 --- a/components/qemu +++ b/components/qemu @@ -45,9 +45,9 @@ function qemu_clean() { } function qemu_configure() { - echo Nothing to configure for qemu + : } function qemu_unconfigure() { - echo Nothing to unconfigure for qemu + : }