Skip to content

Commit 25ea618

Browse files
committed
kill FREEZENESS_CACHED
1 parent aa5232b commit 25ea618

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/librustc/ty/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,6 @@ bitflags! {
504504
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
505505

506506
// Caches for type_is_sized, type_moves_by_default
507-
const FREEZENESS_CACHED = 1 << 20,
508-
const IS_FREEZE = 1 << 21,
509507
const NEEDS_DROP_CACHED = 1 << 22,
510508
const NEEDS_DROP = 1 << 23,
511509
}

0 commit comments

Comments
 (0)