about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2021-08-26 20:27:06 +0200
committerCamille GILLOT <gillot.camille@gmail.com>2021-09-02 19:08:59 +0200
commitdf148e4efb3bfd973d94217e52a01cde76fec09b (patch)
treefafad3957b65335487a3f801c566dad176a88bad /compiler/rustc_interface/src
parentbd2f08c22fa89dbbcccc56a04231cfb63a80132e (diff)
downloadrust-df148e4efb3bfd973d94217e52a01cde76fec09b.tar.gz
rust-df148e4efb3bfd973d94217e52a01cde76fec09b.zip
Drop walk_crate_and_attributes.
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/passes.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_interface/src/passes.rs b/compiler/rustc_interface/src/passes.rs
index 5dc57f6023b..3eb588c7ff0 100644
--- a/compiler/rustc_interface/src/passes.rs
+++ b/compiler/rustc_interface/src/passes.rs
@@ -464,10 +464,6 @@ pub fn lower_to_hir<'res, 'tcx>(
         arena,
     );
 
-    if sess.opts.debugging_opts.hir_stats {
-        hir_stats::print_hir_stats(&hir_crate);
-    }
-
     sess.time("early_lint_checks", || {
         rustc_lint::check_ast_crate(
             sess,