remove some unused objects
This commit is contained in:
parent
dc4242d905
commit
d8544ce248
@ -339,8 +339,6 @@ pub fn both() -> Self {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct ConstraintInfo {}
|
|
||||||
|
|
||||||
impl<'tcx> RegionConstraintCollector<'tcx> {
|
impl<'tcx> RegionConstraintCollector<'tcx> {
|
||||||
pub fn new() -> Self {
|
pub fn new() -> Self {
|
||||||
Self::default()
|
Self::default()
|
||||||
|
@ -123,10 +123,6 @@ fn after_analysis<'tcx>(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct DefaultCallbacks;
|
|
||||||
|
|
||||||
impl Callbacks for DefaultCallbacks {}
|
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default)]
|
||||||
pub struct TimePassesCallbacks {
|
pub struct TimePassesCallbacks {
|
||||||
time_passes: bool,
|
time_passes: bool,
|
||||||
|
Loading…
Reference in New Issue
Block a user