syntax/parse: delete dead make-dummy-stxclass
This commit is contained in:
parent
51d7060ff0
commit
bad4dd909d
|
@ -42,11 +42,6 @@
|
||||||
definitions ;; (Listof Stx)
|
definitions ;; (Listof Stx)
|
||||||
) #:prefab)
|
) #:prefab)
|
||||||
|
|
||||||
;; make-dummy-stxclass : identifier -> SC
|
|
||||||
;; Dummy stxclass for calculating attributes of recursive stxclasses.
|
|
||||||
(define (make-dummy-stxclass name)
|
|
||||||
(stxclass (syntax-e name) #f null #f #f (scopts 0 #t #t #f) #f))
|
|
||||||
|
|
||||||
;; Environments
|
;; Environments
|
||||||
|
|
||||||
#|
|
#|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user