remove old unnecessary function definition

svn: r11845

original commit: 5b70b732a5e99823b092cddff565e0c758b2bc19
This commit is contained in:
Eli Barzilay 2008-09-23 20:46:58 +00:00
parent 1171920a82
commit 64919abe7b

View File

@ -126,10 +126,8 @@
(andmap identifier? (syntax->list #'(id ...)))
(if (null? es)
(let ([ids (syntax->list #'(id ...))])
(define (registrar ctx)
(syntax-local-bind-syntaxes
ids (local-transformer-expand #'rhs 'expression '()) ctx))
(registrar (car ctx))
(syntax-local-bind-syntaxes
ids (local-transformer-expand #'rhs 'expression '()) (car ctx))
(loop (cdr exprs) (cons expr* ds) es))
;; return the unexpanded expr, to be re-expanded later, in the
;; right contexts