]> xenbits.xensource.com Git - raisin.git/commitdiff
raisin: remove useless comments and replace them with :
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 20 Apr 2015 14:31:35 +0000 (14:31 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Mon, 20 Apr 2015 14:31:35 +0000 (14:31 +0000)
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
components/grub
components/qemu

index 563a28c19c76ab6789cd5d51656b8c51cb89c11b..2058c70ea8345b534e8cd193c426e8f304675cda 100644 (file)
@@ -62,9 +62,9 @@ function grub_clean() {
 }
 
 function grub_configure() {
-    echo "Grub: nothing to configure"
+    :
 }
 
 function grub_unconfigure() {
-    echo "Grub: nothing to unconfigure"
+    :
 }
index 6ba03c87d7f0d0437047263787a0631364bcc883..00aeeb6428b8f9a6861794457c3b3917394f23d5 100644 (file)
@@ -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
+    :
 }