diff options
author | Christopher Baines <mail@cbaines.net> | 2025-02-15 21:41:18 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2025-02-15 22:27:50 +0000 |
commit | 08688ef1b2402b15847b0fbf1e651872fd26b383 (patch) | |
tree | 58625baf29a32a2cdca24574d4373aa034e2cccf | |
parent | acdb48d5cdb64d9a00d8ec58a4d35e82432b35d1 (diff) | |
download | build-coordinator-08688ef1b2402b15847b0fbf1e651872fd26b383.tar build-coordinator-08688ef1b2402b15847b0fbf1e651872fd26b383.tar.gz |
Remove duplicate workaround
This is done in perform-coordinator-service-startup.
-rw-r--r-- | scripts/guix-build-coordinator.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/guix-build-coordinator.in b/scripts/guix-build-coordinator.in index 4174bfc..bdde9a9 100644 --- a/scripts/guix-build-coordinator.in +++ b/scripts/guix-build-coordinator.in @@ -58,13 +58,6 @@ (guix-build-coordinator build-allocator) (guix-build-coordinator client-communication)) -;; TODO Work around this causing problems with backtraces -;; https://github.com/wingo/fibers/issues/76 -(set-record-type-printer! - (@@ (fibers scheduler) <scheduler>) - (lambda (scheduler port) - (display "#<scheduler>" port))) - (define %base-options ;; Specifications of the command-line options (list (option '("secret-key-base-file") #t #f |