1
Fork 0

remove and bless

This commit is contained in:
ouz-a 2022-04-29 18:29:38 +03:00
parent f1c5f34f76
commit 4d4b0f140f
3 changed files with 2 additions and 10 deletions

View file

@ -1180,10 +1180,6 @@ impl<'tcx> LocalDecl<'tcx> {
}
}
pub fn temp(mut self) {
self.local_info = Some(Box::new(LocalInfo::Temp));
}
/// Converts `self` into same `LocalDecl` except tagged as internal.
#[inline]
pub fn internal(mut self) -> Self {