removed unused variable

This commit is contained in:
Robby Findler 2013-06-29 10:17:09 -05:00
parent 855331bb0a
commit d412afa426

View File

@ -90,9 +90,6 @@
[(directory-exists? src-f) [(directory-exists? src-f)
(loop src-f)]))))) (loop src-f)])))))
;; Like `found', but just the packages we want
(define wanted (make-hash))
(define all-pkgs (define all-pkgs
(let loop ([all-pkgs pkgs] [pkgs pkgs]) (let loop ([all-pkgs pkgs] [pkgs pkgs])
(define new-pkgs (define new-pkgs