Skip to content
Snippets Groups Projects
Unverified Commit a5f0a5f0 authored by Mathieu Othacehe's avatar Mathieu Othacehe
Browse files

Remove outdated commentary.

* src/cuirass/database.scm (db-register-builds): Remove commentary.
parent 6b59c251
No related branches found
No related tags found
No related merge requests found
......@@ -746,9 +746,6 @@ where id = " build-id ") d;
(and add-build? (db-add-build build)))
(db-add-build build))))))
;; Use the database worker dedicated to write queries. We don't want this
;; query to be queued as it is already a quite large transaction by itself,
;; so pass the #:FORCE? option.
(with-db-worker-thread db
(log-message "Registering builds for evaluation ~a." eval-id)
(exec-query db "BEGIN TRANSACTION;")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment