about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src/lib.rs
diff options
context:
space:
mode:
authorMark Rousskov <mark.simulacrum@gmail.com>2022-02-06 21:28:34 -0500
committerMark Rousskov <mark.simulacrum@gmail.com>2022-02-06 21:35:00 -0500
commit257839bd88a42f9f4b117289f37cf2bc3c535cb8 (patch)
tree1a0aa0e40382730f8a3e3d34dae6a4dc22639a3a /compiler/rustc_query_impl/src/lib.rs
parent88fb06a1f331926bccb448acdb52966fd1ec8a92 (diff)
downloadrust-257839bd88a42f9f4b117289f37cf2bc3c535cb8.tar.gz
rust-257839bd88a42f9f4b117289f37cf2bc3c535cb8.zip
Delete query stats
These statistics are computable from the self-profile data and/or ad-hoc
collectable as needed, and in the meantime contribute to rustc bootstrap times.
Diffstat (limited to 'compiler/rustc_query_impl/src/lib.rs')
-rw-r--r--compiler/rustc_query_impl/src/lib.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_query_impl/src/lib.rs b/compiler/rustc_query_impl/src/lib.rs
index bf859decc70..00e2f610752 100644
--- a/compiler/rustc_query_impl/src/lib.rs
+++ b/compiler/rustc_query_impl/src/lib.rs
@@ -28,9 +28,6 @@ mod plumbing;
 pub use plumbing::QueryCtxt;
 use rustc_query_system::query::*;
 
-mod stats;
-pub use self::stats::print_stats;
-
 mod keys;
 use keys::Key;