Commit 7603ec2
Remove DI stat tracking from redex PrintKotlinStats
Summary:
Remove the di_generated_class stat tracking from PrintKotlinStats across
all redex variants (redex, redex-frozen, redex-stable, redex-staging).
This stat tracked classes extending the DI base module class, but DI
modules no longer use base class inheritance - they use InjectorModule
annotations instead. The stat hasn't been used for years.
Reviewed By: wsanville
Differential Revision: D96128032
fbshipit-source-id: f0341d04cebbdad4cf21425c060611982f85c92b1 parent 1e67702 commit 7603ec2
File tree
2 files changed
+0
-12
lines changed- opt/print-kotlin-stats
2 files changed
+0
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
119 | 118 | | |
120 | 119 | | |
121 | 120 | | |
122 | | - | |
123 | 121 | | |
124 | 122 | | |
125 | 123 | | |
| |||
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | 193 | | |
200 | 194 | | |
201 | 195 | | |
| |||
366 | 360 | | |
367 | 361 | | |
368 | 362 | | |
369 | | - | |
370 | 363 | | |
371 | 364 | | |
372 | 365 | | |
| |||
410 | 403 | | |
411 | 404 | | |
412 | 405 | | |
413 | | - | |
414 | | - | |
415 | 406 | | |
416 | 407 | | |
417 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | 44 | | |
46 | 45 | | |
47 | 46 | | |
| |||
78 | 77 | | |
79 | 78 | | |
80 | 79 | | |
81 | | - | |
82 | 80 | | |
83 | 81 | | |
84 | 82 | | |
| |||
125 | 123 | | |
126 | 124 | | |
127 | 125 | | |
128 | | - | |
129 | 126 | | |
130 | 127 | | |
0 commit comments