removed unused variable
This commit is contained in:
parent
855331bb0a
commit
d412afa426
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user