Skip to content

Commit

Permalink
chore: remove unused variable (#2686)
Browse files Browse the repository at this point in the history
This removes a variable that wasn't being used (warnings were silenced because name was `_all`).
  • Loading branch information
nmattia committed Oct 14, 2022
1 parent 04dedba commit 57006b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dfx/src/commands/build.rs
Expand Up @@ -41,7 +41,6 @@ pub fn exec(env: &dyn Environment, opts: CanisterBuildOpts) -> DfxResult {
env.get_cache().install()?;

let build_mode_check = opts.check;
let _all = opts.all;

// Option can be None in which case --all was specified
let canister_names = config
Expand Down

0 comments on commit 57006b5

Please sign in to comment.