Skip to content

Commit ca65a8a

Browse files
committed
kill NEEDS_DROP_CACHED
1 parent 25ea618 commit ca65a8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/librustc/ty/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,6 @@ bitflags! {
502502
TypeFlags::HAS_TY_CLOSURE.bits |
503503
TypeFlags::HAS_LOCAL_NAMES.bits |
504504
TypeFlags::KEEP_IN_LOCAL_TCX.bits,
505-
506-
// Caches for type_is_sized, type_moves_by_default
507-
const NEEDS_DROP_CACHED = 1 << 22,
508-
const NEEDS_DROP = 1 << 23,
509505
}
510506
}
511507

0 commit comments

Comments
 (0)