aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2024-06-30 14:26:33 +0100
committerChristopher Baines <mail@cbaines.net>2024-07-02 14:39:38 +0200
commitbbcfebad74124f6301181c46d3d39021e732e687 (patch)
treec0450dd230801d34097409ae039729a6f6d333b5
parentb62808901ea13cb41072596b34494e40579e53a3 (diff)
downloadbuild-coordinator-bbcfebad74124f6301181c46d3d39021e732e687.tar
build-coordinator-bbcfebad74124f6301181c46d3d39021e732e687.tar.gz
Remove now redundant use of the writer thread channel
As there are no longer in memory tables.
-rw-r--r--guix-build-coordinator/datastore/sqlite.scm6
1 files changed, 0 insertions, 6 deletions
diff --git a/guix-build-coordinator/datastore/sqlite.scm b/guix-build-coordinator/datastore/sqlite.scm
index be66ef5..dda6935 100644
--- a/guix-build-coordinator/datastore/sqlite.scm
+++ b/guix-build-coordinator/datastore/sqlite.scm
@@ -195,12 +195,6 @@
proc)))
#:log-exception? worker-thread-log-exception?))
- ;; Make sure the worker thread has initialised, and created the in memory
- ;; tables
- (call-with-worker-thread
- (slot-ref datastore 'worker-writer-thread-channel)
- (const #t))
-
(slot-set!
datastore
'worker-reader-thread-channel