diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-02-06 21:28:34 -0500 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2022-02-06 21:35:00 -0500 |
| commit | 257839bd88a42f9f4b117289f37cf2bc3c535cb8 (patch) | |
| tree | 1a0aa0e40382730f8a3e3d34dae6a4dc22639a3a /compiler/rustc_query_impl/src/lib.rs | |
| parent | 88fb06a1f331926bccb448acdb52966fd1ec8a92 (diff) | |
| download | rust-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.rs | 3 |
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; |
