From 177141a85231ef674f6b8b7e868cf29160ec7ece Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Thu, 6 May 2010 19:31:24 -0600 Subject: [PATCH] test --- collects/honu/private/macro.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/collects/honu/private/macro.rkt b/collects/honu/private/macro.rkt index 09e79f73ae..3077e3d849 100644 --- a/collects/honu/private/macro.rkt +++ b/collects/honu/private/macro.rkt @@ -424,7 +424,6 @@ (define (X) (raise-syntax-error (syntax->datum #'name) "implement for this context")) (values ;; this is sort of ugly, is there a better way? - ;; foo (cond [(type-context? ctx) (X)] [(type-or-expression-context? ctx) (X)]