kill SIZEDNESS_CACHED
This commit is contained in:
parent
4464dcc7ce
commit
aa5232bca7
1 changed files with 0 additions and 2 deletions
|
|
@ -504,8 +504,6 @@ bitflags! {
|
|||
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
|
||||
|
||||
// Caches for type_is_sized, type_moves_by_default
|
||||
const SIZEDNESS_CACHED = 1 << 16,
|
||||
const IS_SIZED = 1 << 17,
|
||||
const FREEZENESS_CACHED = 1 << 20,
|
||||
const IS_FREEZE = 1 << 21,
|
||||
const NEEDS_DROP_CACHED = 1 << 22,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue