me
/
guix
Archived
1
0
Fork 0

guix package: Remove leftover internal procedure.

Reported by Alex Kost <alezost@gmail.com>.

* guix/scripts/package.scm (guix-package)[process-actions]: Remove
  'same-package?'.
master
Ludovic Courtès 2014-08-12 21:41:45 +02:00
parent b36fcf9550
commit dfd1d5edf6
1 changed files with 0 additions and 6 deletions

View File

@ -796,12 +796,6 @@ more information.~%"))
(define dry-run? (assoc-ref opts 'dry-run?))
(define profile (assoc-ref opts 'profile))
(define (same-package? entry name output)
(match entry
(($ <manifest-entry> entry-name _ entry-output _ ...)
(and (equal? name entry-name)
(equal? output entry-output)))))
(define current-generation-number
(generation-number profile))