system: image: Remove left-over.

* gnu/system/image.scm: Remove a left-over since maybe-with-target procedure
was removed.
This commit is contained in:
Mathieu Othacehe 2020-06-14 17:57:30 +02:00
parent 80f92866e3
commit 39b63d06e1
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

@ -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