Skip to content

Commit

Permalink
Per #2887, more SonarQube tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 9, 2024
1 parent f846035 commit 5a2732a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libcode/vx_stat_out/stat_columns.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3300,7 +3300,6 @@ void write_pct_cols(const PCTInfo &pct_info,

void write_pstd_cols(const PCTInfo &pct_info, int alpha_i,
AsciiTable &at, int r, int c) {
int i;

//
// Nx2 Contingency Table Statistics for Probability Forecast
Expand Down Expand Up @@ -3501,7 +3500,6 @@ void write_prc_cols(const PCTInfo &pct_info,
void write_eclv_cols(const TTContingencyTable &ct,
const NumArray &eclv_points,
AsciiTable &at, int r, int c) {
int i;

//
// Economic Cost/Loss Value
Expand Down

0 comments on commit 5a2732a

Please sign in to comment.