self: Remove unused variables.

* guix/self.scm (info-manual)[po4a, gettext]: Remove.
master
Ludovic Courtès 2019-05-20 15:55:21 +02:00
parent 0655c16e75
commit a901574727
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 6 deletions

View 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))