Skip to content

Commit 03ff38e

Browse files
committed
kill various DepNode variants
1 parent 3f99118 commit 03ff38e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/librustc/dep_graph/dep_node.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,10 @@ define_dep_nodes!(
315315
Coherence,
316316
Resolve,
317317
CoherenceCheckTrait(DefId),
318-
Variance,
319318
PrivacyAccessLevels(CrateNum),
320319

321320
// Represents the MIR for a fn; also used as the task node for
322321
// things read/modify that MIR.
323-
MirKrate,
324322
Mir(DefId),
325323
MirShim(DefIdList),
326324

@@ -350,7 +348,6 @@ define_dep_nodes!(
350348
InherentImpls(DefId),
351349
TypeckBodiesKrate,
352350
TypeckTables(DefId),
353-
UsedTraitImports(DefId),
354351
ConstEval(DefId),
355352
SymbolName(DefId),
356353
SpecializationGraph(DefId),

0 commit comments

Comments
 (0)