aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2021-04-20 22:15:12 +0100
committerChristopher Baines <mail@cbaines.net>2021-04-20 22:16:27 +0100
commitc49b1c8c7191debc1a7c523bb7a7538dd28b2d4d (patch)
treef699108d11b152b8ed27d6bcadef8d4b794fc629
parent79f44cb21f4e0f4f3c279cb03c2ff2e4edb9279a (diff)
downloadbuild-coordinator-c49b1c8c7191debc1a7c523bb7a7538dd28b2d4d.tar
build-coordinator-c49b1c8c7191debc1a7c523bb7a7538dd28b2d4d.tar.gz
Remove non-existent export
-rw-r--r--guix-build-coordinator/datastore/abstract.scm2
1 files changed, 0 insertions, 2 deletions
diff --git a/guix-build-coordinator/datastore/abstract.scm b/guix-build-coordinator/datastore/abstract.scm
index 78e48d7..68fc654 100644
--- a/guix-build-coordinator/datastore/abstract.scm
+++ b/guix-build-coordinator/datastore/abstract.scm
@@ -10,7 +10,6 @@
datastore-new-agent-password
datastore-list-agent-builds
datastore-agent-password-exists?
- datastore-allocate-builds-to-agent
datastore-list-allocation-plan-builds))
(define-class <abstract-datastore> ())
@@ -26,5 +25,4 @@
(define-generic datastore-agent-list-unprocessed-builds)
(define-generic datastore-list-agent-builds)
(define-generic datastore-agent-replace-build-allocation-plan)
-(define-generic datastore-allocate-builds-to-agent)
(define-generic datastore-list-allocation-plan-builds)