From c49b1c8c7191debc1a7c523bb7a7538dd28b2d4d Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 20 Apr 2021 22:15:12 +0100 Subject: Remove non-existent export --- guix-build-coordinator/datastore/abstract.scm | 2 -- 1 file changed, 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 ()) @@ -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) -- cgit v1.2.3