self: Remove unused variables.
authorLudovic Courtès <ludo@gnu.org>
Mon, 20 May 2019 13:55:21 +0000 (15:55 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 20 May 2019 21:23:00 +0000 (23:23 +0200)
* guix/self.scm (info-manual)[po4a, gettext]: Remove.

guix/self.scm

index 74ea652..6d7569e 100644 (file)
@@ -377,12 +377,6 @@ TRANSLATIONS, an alist of msgid and msgstr."
 
 (define (info-manual source)
   "Return the Info manual built from SOURCE."
-  (define po4a
-    (specification->package "po4a"))
-
-  (define gettext
-    (specification->package "gettext"))
-
   (define texinfo
     (module-ref (resolve-interface '(gnu packages texinfo))
                 'texinfo))