pull: Remove unused procedures.

* guix/scripts/pull.scm (what-to-build, indirect-root-added): Remove.
master
Ludovic Courtès 2019-07-17 20:09:24 +02:00
parent 4569a7693e
commit c84c4c1db7
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 6 deletions

View File

@ -162,16 +162,11 @@ Download and deploy the latest version of Guix.\n"))
%standard-build-options))
(define what-to-build
(store-lift show-what-to-build))
(define indirect-root-added
(store-lift add-indirect-root))
(define* (display-profile-news profile #:key concise?
current-is-newer?)
"Display what's up in PROFILE--new packages, and all that. If
CURRENT-IS-NEWER? is true, assume that the current process represents the
newest generation of PROFILE.x"
newest generation of PROFILE."
(match (memv (generation-number profile)
(reverse (profile-generations profile)))
((current previous _ ...)