diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2017-05-12 12:03:43 -0400 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2017-05-22 15:37:10 -0400 |
| commit | aa5232bca7f8d9107309bde9398d9c01db555b84 (patch) | |
| tree | 9745c8e5c755e538bd3cc3099cd85b410de5891d /src | |
| parent | 4464dcc7ce76dbd98be203b792cce89c1e5ab05f (diff) | |
| download | rust-aa5232bca7f8d9107309bde9398d9c01db555b84.tar.gz rust-aa5232bca7f8d9107309bde9398d9c01db555b84.zip | |
kill SIZEDNESS_CACHED
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc/ty/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/ty/mod.rs b/src/librustc/ty/mod.rs index 897b28986a5..60783db99b9 100644 --- a/src/librustc/ty/mod.rs +++ b/src/librustc/ty/mod.rs @@ -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, |
