Remove use of call-with-utility-thread
As I think it's no longer necessary, and the PostgreSQL connection is being handled here incorrectly.
This commit is contained in:
parent
5cca88ca2a
commit
8bce47dc69
1 changed files with 3 additions and 6 deletions
|
|
@ -1923,12 +1923,9 @@ SELECT 1 FROM derivation_source_file_nars WHERE derivation_source_file_id = $1"
|
|||
(list
|
||||
name
|
||||
network-dependent
|
||||
;; Uses of sort may cause problems
|
||||
(call-with-utility-thread
|
||||
(lambda ()
|
||||
(lint-checker-description-data->lint-checker-description-set-id
|
||||
conn
|
||||
descriptions-by-locale))))))
|
||||
(lint-checker-description-data->lint-checker-description-set-id
|
||||
conn
|
||||
descriptions-by-locale))))
|
||||
inferior-lint-checkers-data))))
|
||||
(lint-warnings-data
|
||||
(fibers-map
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue