From: Christopher Allan Webber Date: Fri, 6 Jan 2017 17:29:27 +0000 (-0600) Subject: agenda: Remove deprecated comment. X-Git-Tag: v0.4.0~15 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=2255f6996a4fbe708b235760816a6dd49959fb6d agenda: Remove deprecated comment. * 8sync/agenda.scm (run-agenda): Remove comment, since we did the thing it suggested doing in the future. --- diff --git a/8sync/agenda.scm b/8sync/agenda.scm index 1d25156..4a126a4 100644 --- a/8sync/agenda.scm +++ b/8sync/agenda.scm @@ -561,8 +561,6 @@ on suspendable ports." "Start up the AGENDA" (install-suspendable-ports!) (parameterize ((%current-agenda-prompt (agenda-prompt-tag agenda)) - ;; @@: Couldn't we just parameterize this at the start of - ;; the agenda...? (current-read-waiter wait-for-readable) (current-write-waiter wait-for-writable)) (while (not (stop-condition agenda))