Skip to content

Commit d8544ce

Browse files
committed
remove some unused objects
1 parent dc4242d commit d8544ce

File tree

2 files changed

+0
-6
lines changed
  • src
    • librustc/infer/region_constraints
    • librustc_driver

2 files changed

+0
-6
lines changed

src/librustc/infer/region_constraints/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,6 @@ impl TaintDirections {
339339
}
340340
}
341341

342-
pub struct ConstraintInfo {}
343-
344342
impl<'tcx> RegionConstraintCollector<'tcx> {
345343
pub fn new() -> Self {
346344
Self::default()

src/librustc_driver/lib.rs

-4
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ pub trait Callbacks {
123123
}
124124
}
125125

126-
pub struct DefaultCallbacks;
127-
128-
impl Callbacks for DefaultCallbacks {}
129-
130126
#[derive(Default)]
131127
pub struct TimePassesCallbacks {
132128
time_passes: bool,

0 commit comments

Comments
 (0)