Skip to content

Commit

Permalink
Remove useless debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgillot committed Oct 8, 2023
1 parent e960d0e commit 8531ebf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/rustc_query_impl/src/plumbing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,6 @@ where
);

if let Some(key) = Q::Key::recover(tcx, &dep_node) {
#[cfg(debug_assertions)]
let _guard = tracing::span!(tracing::Level::TRACE, stringify!($name), ?key).entered();
force_query(query, QueryCtxt::new(tcx), key, dep_node);
true
} else {
Expand Down

0 comments on commit 8531ebf

Please sign in to comment.