Skip to content

Commit fe27c25

Browse files
ilya-klyuchnikovsamth
authored andcommitted
typed/private/utils and typed/private/rewriter are not used
1 parent 0474956 commit fe27c25

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

rackunit-typed/rackunit/gui.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#lang typed/racket
2-
(require typed/rackunit
3-
typed/private/utils)
2+
(require typed/rackunit)
43

54
(require/typed/provide
65
rackunit/gui

rackunit-typed/rackunit/main.rkt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#lang typed/racket
22
#:no-optimize ;; precaution, because of unsafe-provide
33
(require typed/racket/class
4-
typed/private/utils
5-
typed/private/rewriter
64
"type-env-ext.rkt"
75
(for-syntax syntax/parse syntax/srcloc racket/syntax)
86
(for-syntax syntax/parse)

rackunit-typed/rackunit/text-ui.rkt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#lang typed/racket
2-
(require typed/rackunit
3-
typed/private/utils)
2+
(require typed/rackunit)
43

54
(define-type Verbosity
65
(U 'quiet 'normal 'verbose))

0 commit comments

Comments
 (0)