Skip to content

Commit

Permalink
Remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth committed Sep 1, 2024
1 parent d0b72b3 commit 0b260b6
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions main.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,7 @@
;@----------------------------------------------------------------------------------------------------


(struct exn:fail:refactoring exn:fail (rule syntax cause)
#:transparent
#:property prop:exn:srclocs
(λ (this) (list (syntax-srcloc (exn:fail:refactoring-syntax this)))))


(define (refactoring-rules-refactor rules syntax
#:comments comments
#:analysis analysis)
(define (refactoring-rules-refactor rules syntax #:comments comments #:analysis analysis)

(define (refactor rule)
(with-handlers
Expand Down

0 comments on commit 0b260b6

Please sign in to comment.