From a7a23e29b43c33ce2d8c09452470987d4809d9ac Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Mon, 7 Mar 2016 11:12:21 +0000 Subject: [PATCH] Remove obsolete comments --- prospect/route.rkt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/prospect/route.rkt b/prospect/route.rkt index e48ac3a..d25f00f 100644 --- a/prospect/route.rkt +++ b/prospect/route.rkt @@ -73,10 +73,6 @@ (require rackunit) -;; TODO: perhaps avoid the parameters on the fast-path, if they are -;; causing measurable slowdown. -;; TODO: should these even be parameterizable? - ;; Constructs a structure type and a singleton instance of it. (define-syntax-rule (define-singleton-struct singleton-name struct-name print-representation) (begin