From: Aaron Hill Date: Fri, 2 Feb 2018 19:59:27 +0000 (-0500) Subject: Remove commented-out code X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a7646df923c62343959c0955a955ee19562da1ff;p=rust.git Remove commented-out code --- diff --git a/src/librustc_mir/borrow_check/nll/type_check/liveness.rs b/src/librustc_mir/borrow_check/nll/type_check/liveness.rs index 93bb3cb6647..a50b9993747 100644 --- a/src/librustc_mir/borrow_check/nll/type_check/liveness.rs +++ b/src/librustc_mir/borrow_check/nll/type_check/liveness.rs @@ -15,7 +15,6 @@ use rustc::mir::{BasicBlock, Location, Mir}; use rustc::mir::Local; use rustc::ty::{self, Ty, TyCtxt, TypeFoldable}; -//use rustc::ty::subst::Kind; use rustc::traits; use rustc::infer::InferOk; use rustc::util::common::ErrorReported; @@ -243,7 +242,6 @@ fn add_drop_live_constraint( final_obligations.extend(obligations); - //let ty = self.cx.normalize(&ty, location); let ty = cx.infcx.resolve_type_and_region_vars_if_possible(&ty); match ty.sty { ty::TyParam(..) | ty::TyProjection(..) | ty::TyAnon(..) => {