From 58e618478ecb98c2daee644eee3d933cfc4d2d0e Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Mon, 16 Feb 2009 16:43:00 +0000 Subject: [PATCH] #:part is gone svn: r13671 --- collects/games/chat-noir/literate-lang.ss | 2 -- 1 file changed, 2 deletions(-) diff --git a/collects/games/chat-noir/literate-lang.ss b/collects/games/chat-noir/literate-lang.ss index 7dbec985be..f25595809f 100644 --- a/collects/games/chat-noir/literate-lang.ss +++ b/collects/games/chat-noir/literate-lang.ss @@ -31,8 +31,6 @@ ;; by `tangle'. (define-syntax (chunk stx) (syntax-case stx () - ;; no use for the part function here - [(_ #:part part-function name expr ...) #'(chunk name expr ...)] [(_ name expr ...) (cond [(not (identifier? #'name)) (raise-syntax-error #f "expected a chunk name" stx #'name)]