Skip to content

Commit

Permalink
kill various DepNode variants
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Jun 12, 2017
1 parent 3f99118 commit 03ff38e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/librustc/dep_graph/dep_node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,10 @@ define_dep_nodes!(
Coherence,
Resolve,
CoherenceCheckTrait(DefId),
Variance,
PrivacyAccessLevels(CrateNum),

// Represents the MIR for a fn; also used as the task node for
// things read/modify that MIR.
MirKrate,
Mir(DefId),
MirShim(DefIdList),

Expand Down Expand Up @@ -350,7 +348,6 @@ define_dep_nodes!(
InherentImpls(DefId),
TypeckBodiesKrate,
TypeckTables(DefId),
UsedTraitImports(DefId),
ConstEval(DefId),
SymbolName(DefId),
SpecializationGraph(DefId),
Expand Down

0 comments on commit 03ff38e

Please sign in to comment.