From 0bf0af74e60a1e3098453725c6615fbe1b8cb039 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Thu, 3 Dec 2015 13:28:05 -0800 Subject: [PATCH] Remove obsolete comment --- prospect/actor.rkt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/prospect/actor.rkt b/prospect/actor.rkt index 5d5e6c1..323413a 100644 --- a/prospect/actor.rkt +++ b/prospect/actor.rkt @@ -1,11 +1,5 @@ #lang racket/base -;; TODO: syntax-id-rules: raise-syntax-error on set!, pointing users -;; to the #:update pseudo-action. - -;; TODO: enforce presence of #:arguments, and enforce that it declares -;; all the free variables in the actor. - (provide ;; actor ;; network ;; background