diff options
author | Christopher Baines <mail@cbaines.net> | 2024-06-30 14:26:33 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2024-07-02 14:39:38 +0200 |
commit | bbcfebad74124f6301181c46d3d39021e732e687 (patch) | |
tree | c0450dd230801d34097409ae039729a6f6d333b5 /guix-build-coordinator | |
parent | b62808901ea13cb41072596b34494e40579e53a3 (diff) | |
download | build-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.
Diffstat (limited to 'guix-build-coordinator')
-rw-r--r-- | guix-build-coordinator/datastore/sqlite.scm | 6 |
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 |