removed code:comment hack that clearly never should have been there

original commit: 3e1e9c876312de7a844303e2fec553bf0bd61728
This commit is contained in:
Matthias Felleisen 2012-04-23 20:01:11 -04:00
parent eb02149bb7
commit 497a6e15cb

View File

@ -6,14 +6,6 @@
(require (for-syntax scheme/base syntax/boundmap scheme/list
syntax/strip-context))
;; --- MF: bad hack for getting rid of comments
(provide code:comment)
(define-syntax (code:comment stx)
(if (eq? (syntax-local-context) 'expression)
(syntax (void))
(syntax (define (f x) x))))
;; --- MF
(begin-for-syntax
(define first-id #f)
(define main-id #f)