Remove some peek statements that snuck in
This commit is contained in:
parent
23f60a6bbb
commit
ae150888d8
2 changed files with 2 additions and 3 deletions
|
|
@ -764,6 +764,6 @@ WHERE (
|
|||
(json-string->scm body_text)))
|
||||
(string->symbol change))))
|
||||
(exec-query-with-null-handling conn query
|
||||
(peek (list base-guix-revision-id
|
||||
target-guix-revision-id)))))
|
||||
(list base-guix-revision-id
|
||||
target-guix-revision-id))))
|
||||
|
||||
|
|
|
|||
|
|
@ -289,7 +289,6 @@
|
|||
(cons (cons last count)
|
||||
result))
|
||||
(((a b rst ...) (count result ...))
|
||||
(peek a b)
|
||||
(if (string=? a b)
|
||||
(cons (+ 1 count)
|
||||
(cons #f result))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue