Skip to content

Commit

Permalink
Rollup merge of rust-lang#56343 - yui-knk:remove_mir_stats_mod, r=nik…
Browse files Browse the repository at this point in the history
…omatsakis

Remove not used mod

`mir_stats` mod has not been used since c1ff104.
  • Loading branch information
kennytm committed Dec 14, 2018
2 parents 63e20b0 + 934e4d3 commit c41dcd0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 257 deletions.
1 change: 0 additions & 1 deletion src/librustc_passes/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ pub mod ast_validation;
pub mod rvalue_promotion;
pub mod hir_stats;
pub mod loops;
mod mir_stats;

__build_diagnostic_array! { librustc_passes, DIAGNOSTICS }

Expand Down
256 changes: 0 additions & 256 deletions src/librustc_passes/mir_stats.rs

This file was deleted.

0 comments on commit c41dcd0

Please sign in to comment.