From bbcfebad74124f6301181c46d3d39021e732e687 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 30 Jun 2024 14:26:33 +0100 Subject: Remove now redundant use of the writer thread channel As there are no longer in memory tables. --- guix-build-coordinator/datastore/sqlite.scm | 6 ------ 1 file changed, 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 -- cgit v1.2.3