Skip to content

Commit aa5232b

Browse files
committed
kill SIZEDNESS_CACHED
1 parent 4464dcc commit aa5232b

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 SIZEDNESS_CACHED = 1 << 16,
508-
const IS_SIZED = 1 << 17,
509507
const FREEZENESS_CACHED = 1 << 20,
510508
const IS_FREEZE = 1 << 21,
511509
const NEEDS_DROP_CACHED = 1 << 22,

0 commit comments

Comments
 (0)