From: Oliver Schneider Date: Wed, 11 Jul 2018 08:35:49 +0000 (+0200) Subject: Remove unused variable X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=0fc61be68efe6b3419989c62c284c408368b2ea4;p=rust.git Remove unused variable --- diff --git a/src/bootstrap/tool.rs b/src/bootstrap/tool.rs index 9ff289d5b56..42c65b750d3 100644 --- a/src/bootstrap/tool.rs +++ b/src/bootstrap/tool.rs @@ -607,7 +607,6 @@ fn run(mut $sel, $builder: &Builder) -> Option { target: self.target, extra_features: Vec::new(), }); - let channel = &builder.config.channel; if clippy.is_some() { self.extra_features.push("clippy".to_owned()); }