Commit e89516a
committed
Cleanup the CollectEntryPoints mess
We had two slightly different copies of the files:
- the object in jvm/CEP is used in the backend, the class is unused
- the class in transform/CEP is used as a compiler phase, however it
doesn't do anything useful: it collects entry points but they're never
used anywhere.
This commit removes transform/CEP and add a comment about the dead code
in jvm/CEP which we need to enable and test.1 parent 686d881 commit e89516a
File tree
3 files changed
+3
-104
lines changed- compiler/src/dotty/tools
- backend/jvm
- dotc
- transform
3 files changed
+3
-104
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
Lines changed: 0 additions & 100 deletions
This file was deleted.
0 commit comments