[ty] Remove countme from salsa-structs (#19257)

This commit is contained in:
Micha Reiser 2025-07-10 13:45:09 +02:00 committed by GitHub
parent 934aaa23f3
commit 492f5bf2aa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 20 additions and 67 deletions

View file

@ -40,8 +40,6 @@ pub struct Definition<'db> {
/// This is a dedicated field to avoid accessing `kind` to compute this value.
pub(crate) is_reexported: bool,
count: countme::Count<Definition<'static>>,
}
// The Salsa heap is tracked separately.