system: image: Remove left-over.
authorMathieu Othacehe <othacehe@gnu.org>
Sun, 14 Jun 2020 15:57:30 +0000 (17:57 +0200)
committerMathieu Othacehe <othacehe@gnu.org>
Sun, 14 Jun 2020 15:57:30 +0000 (17:57 +0200)
* gnu/system/image.scm: Remove a left-over since maybe-with-target procedure
was removed.

gnu/system/image.scm

index 1bda25f..fa736b0 100644 (file)
@@ -573,8 +573,4 @@ addition of the <image> record."
         (else
          efi-disk-image)))))
 
-;;; Local Variables:
-;;; eval: (put 'maybe-with-target 'scheme-indent-function 1)
-;;; End:
-
 ;;; image.scm ends here