summaryrefslogtreecommitdiff
path: root/gnu/system
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2020-06-14 17:57:30 +0200
committerMathieu Othacehe <othacehe@gnu.org>2020-06-14 17:57:30 +0200
commit39b63d06e120ee25f72fa74d22173bf092849382 (patch)
tree84af7b426d0e7084fc870d63d218e2f099021df4 /gnu/system
parent80f92866e3a321bb8f8c5fa04744a3a93cfa6034 (diff)
downloadguix-patches-39b63d06e120ee25f72fa74d22173bf092849382.tar
guix-patches-39b63d06e120ee25f72fa74d22173bf092849382.tar.gz
system: image: Remove left-over.
* gnu/system/image.scm: Remove a left-over since maybe-with-target procedure was removed.
Diffstat (limited to 'gnu/system')
-rw-r--r--gnu/system/image.scm4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index 1bda25fd7f..fa736b0fca 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -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