remove unused agenda-on-fail and agenda-on-error
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Nov 2015 14:53:19 +0000 (08:53 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 28 Nov 2015 14:53:19 +0000 (08:53 -0600)
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
 ;;; =================================
 
-(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.