kill FREEZENESS_CACHED

This commit is contained in:
Niko Matsakis 2017-05-12 12:04:07 -04:00
parent aa5232bca7
commit 25ea618e41

View file

@ -504,8 +504,6 @@ bitflags! {
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
// Caches for type_is_sized, type_moves_by_default
const FREEZENESS_CACHED = 1 << 20,
const IS_FREEZE = 1 << 21,
const NEEDS_DROP_CACHED = 1 << 22,
const NEEDS_DROP = 1 << 23,
}