Skip to content

Commit 9531faa

Browse files
Copilotjackfirth
andcommitted
Remove unused quoted-key syntax class
Co-authored-by: jackfirth <[email protected]>
1 parent a7ee08f commit 9531faa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

default-recommendations/hash-shortcuts.rkt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,6 @@
159159
(hash-values h))
160160

161161

162-
(define-syntax-class quoted-key
163-
#:attributes (key)
164-
#:literals (quote)
165-
(pattern (quote key:id)))
166-
167-
168162
(define-syntax-class hash-pair-with-quoted-key
169163
#:attributes (key value)
170164
#:literals (unquote)

0 commit comments

Comments
 (0)