From bed381dd5e23511c262f9a3e377e6f3e24df2462 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 8 Jun 2021 09:30:38 +0200 Subject: [PATCH] Remove unwanted commented code --- syndicate/pattern.rkt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/syndicate/pattern.rkt b/syndicate/pattern.rkt index e3783a6..52588ff 100644 --- a/syndicate/pattern.rkt +++ b/syndicate/pattern.rkt @@ -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)