Remove unwanted commented code

This commit is contained in:
Tony Garnock-Jones 2021-06-08 09:30:38 +02:00
parent b22ed84bdb
commit bed381dd5e
1 changed files with 0 additions and 6 deletions

View File

@ -272,12 +272,6 @@
[(_ pat-stx)
(analyse-pattern #'pat-stx)])))
;; (provide :bindings)
;; (define-syntax (:bindings stx)
;; (syntax-case stx ()
;; [(_ pat-stx)
;; #`(quote #,(analyse-pattern-bindings #'pat-stx))]))
(define-syntax (:template stx)
(syntax-case stx ()
[(_ template-stx)