Delete unused assoc-ref-multiple function
This commit is contained in:
parent
c7e3a1bd0b
commit
57cbac891e
1 changed files with 0 additions and 8 deletions
|
|
@ -90,14 +90,6 @@
|
|||
;; (render-html (error-page message))))
|
||||
)
|
||||
|
||||
(define (assoc-ref-multiple alist key)
|
||||
(filter-map
|
||||
(match-lambda
|
||||
((k . value)
|
||||
(and (string=? k key)
|
||||
value)))
|
||||
alist))
|
||||
|
||||
(define (render-derivation conn derivation-file-name)
|
||||
(let ((derivation (select-derivation-by-file-name conn
|
||||
derivation-file-name)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue