From 9532a9722a3bf3ba3f4bb9478b3ebd27a3b51af7 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Sat, 28 Nov 2015 08:53:19 -0600 Subject: [PATCH] remove unused agenda-on-fail and agenda-on-error --- eightsync/agenda.scm | 6 ------ 1 file changed, 6 deletions(-) diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index 2a43135..a2463a2 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -442,12 +442,6 @@ Will produce (0 . 0) instead of a negative number, if needed." ;;; Asynchronous escape to run things ;;; ================================= -(define (agenda-on-error agenda) - (const #f)) - -(define (agenda-on-fail agenda) - (const #f)) - (define-syntax-rule (%8sync async-request) "Run BODY asynchronously at a prompt, passing args to make-future. -- 2.31.1