From 5bf68d32d5bd35efc8ab3cb9308c5253a4cde2b4 Mon Sep 17 00:00:00 2001 From: Jon Rafkind Date: Mon, 20 Aug 2012 16:25:31 -0600 Subject: [PATCH] [honu] remove context argument --- collects/tests/honu/linq.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/tests/honu/linq.rkt b/collects/tests/honu/linq.rkt index 3cc84fc271..2240c1579e 100644 --- a/collects/tests/honu/linq.rkt +++ b/collects/tests/honu/linq.rkt @@ -20,7 +20,7 @@ [linq-select select])) (define-honu-syntax linq - (lambda (code context) + (lambda (code) (syntax-parse code #:literal-sets (cruft linq-literals) #:literals (honu-in) [(_ linq-from name:id honu-in