Removed the TODO about run-request, which has been accomplished
[8sync.git] / loopy.scm
index e9db917929c69a34e950bb6aa389fe09a8ba6f49..06fa22acb04606e74490996993f12b36398573bc 100644 (file)
--- a/loopy.scm
+++ b/loopy.scm
@@ -623,8 +623,6 @@ based on the results"
             (_ #f)))
         ;; @@: We might support delay-wrapped procedures here
         (match proc-result
-          ;; TODO: replace procedure with something that indicates
-          ;;   intent to run.  Use a (run foo) procedure
           ((results ...)
            (for-each handle-individual results))
           (one-result (handle-individual one-result)))))