Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Jan 16, 2024
1 parent f531edd commit 751b8aa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/cpu/test_kalman_fitter_wire_chamber.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ TEST_P(KalmanFittingWireChamberTests, Run) {
const auto& fit_res = track_states[i_trk].header;
const auto& track_states_per_track = track_states[i_trk].items;

const auto& seed = track_candidates[i_trk].header;
const auto& cands = track_candidates[i_trk].items;

consistency_tests(track_states_per_track);

ndf_tests(fit_res, track_states_per_track);
Expand Down

0 comments on commit 751b8aa

Please sign in to comment.