~ruther/guix-local

a8aa84af395246b3b2ac6ace62a5d611737d1f55 — Ludovic Courtès 10 years ago bf76d98
size: Remove unused variables.

* guix/scripts/size.scm (ensure-store-item): Remove #:dry-run? parameter.
  (%options): Remove 'dry-run?' variable.
1 files changed, 2 insertions(+), 4 deletions(-)

M guix/scripts/size.scm
M guix/scripts/size.scm => guix/scripts/size.scm +2 -4
@@ 168,8 168,7 @@ profile of ITEM and its requisites."
               (return (profile item size dependencies)))))
          sizes)))

(define* (ensure-store-item spec-or-item
                            #:key dry-run?)
(define* (ensure-store-item spec-or-item)
  "Return a store file name.  If SPEC-OR-ITEM is a store file name, return it
as is.  Otherwise, assume SPEC-OR-ITEM is a package output specification such
as \"guile:debug\" or \"gcc-4.8\" and return its store file name."


@@ 231,8 230,7 @@ Report the size of PACKAGE and its dependencies.\n"))
                                   (('argument . file) file)
                                   (_ #f))
                                 opts))
           (system   (assoc-ref opts 'system))
           (dry-run? (assoc-ref opts 'dry-run?)))
           (system   (assoc-ref opts 'system)))
      (match files
        (()
         (leave (_ "missing store item argument\n")))