remove unused agenda-on-fail and agenda-on-error
[8sync.git] / eightsync / agenda.scm
index 2a431351af99b08ca06efed0c0afc03f28375f73..a2463a2a8a892aef7e4dc325558355030227737c 100644 (file)
@@ -442,12 +442,6 @@ Will produce (0 . 0) instead of a negative number, if needed."
 ;;; Asynchronous escape to run things
 ;;; =================================
 
 ;;; 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.
 
 (define-syntax-rule (%8sync async-request)
   "Run BODY asynchronously at a prompt, passing args to make-future.