remove some unused objects

This commit is contained in:
ljedrz 2020-02-11 13:34:42 +01:00
parent dc4242d905
commit d8544ce248
2 changed files with 0 additions and 6 deletions

View File

@ -339,8 +339,6 @@ pub fn both() -> Self {
}
}
pub struct ConstraintInfo {}
impl<'tcx> RegionConstraintCollector<'tcx> {
pub fn new() -> Self {
Self::default()

View File

@ -123,10 +123,6 @@ fn after_analysis<'tcx>(
}
}
pub struct DefaultCallbacks;
impl Callbacks for DefaultCallbacks {}
#[derive(Default)]
pub struct TimePassesCallbacks {
time_passes: bool,