Skip to content

Commit

Permalink
remove unused hashmap
Browse files Browse the repository at this point in the history
  • Loading branch information
raine committed Aug 29, 2023
1 parent 8cc2546 commit 5a53701
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ghtool/src/commands/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,6 @@ pub async fn handle_command(
return Ok(());
}

let mut check_run_command_map: HashMap<CheckRunId, CommandType> = HashMap::new();
for check_run in &failed_check_runs {
check_run_command_map.insert(check_run.id, command_type);
}

let check_run_errors = process_failed_check_runs(
&client,
&repo,
Expand Down

0 comments on commit 5a53701

Please sign in to comment.