diff options
| author | ljedrz <ljedrz@gmail.com> | 2020-02-11 13:34:42 +0100 |
|---|---|---|
| committer | ljedrz <ljedrz@gmail.com> | 2020-02-12 09:21:39 +0100 |
| commit | d8544ce2484553f6397d8986b582181a2e761360 (patch) | |
| tree | 771732a234d5256ecceaa1c94e202ca9df8f0429 | |
| parent | dc4242d9052a42cdf329c3a2430d02a3b3d415cb (diff) | |
| download | rust-d8544ce2484553f6397d8986b582181a2e761360.tar.gz rust-d8544ce2484553f6397d8986b582181a2e761360.zip | |
remove some unused objects
| -rw-r--r-- | src/librustc/infer/region_constraints/mod.rs | 2 | ||||
| -rw-r--r-- | src/librustc_driver/lib.rs | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/src/librustc/infer/region_constraints/mod.rs b/src/librustc/infer/region_constraints/mod.rs index 2c580e2e349..8379a73bb9e 100644 --- a/src/librustc/infer/region_constraints/mod.rs +++ b/src/librustc/infer/region_constraints/mod.rs @@ -339,8 +339,6 @@ impl TaintDirections { } } -pub struct ConstraintInfo {} - impl<'tcx> RegionConstraintCollector<'tcx> { pub fn new() -> Self { Self::default() diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 019ff431bcb..0f1e9fe1424 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -123,10 +123,6 @@ pub trait Callbacks { } } -pub struct DefaultCallbacks; - -impl Callbacks for DefaultCallbacks {} - #[derive(Default)] pub struct TimePassesCallbacks { time_passes: bool, |
