Skip to content

Commit

Permalink
Per #1761, remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Oct 27, 2021
1 parent 1f2c5e4 commit 9a156b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/basic/vx_config/threshold.cc
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ void Simple_Node::set_perc(const NumArray *fptr, const NumArray *optr, const Num

{

int i, count;
int i;
double ptile, diff;
NumArray data;
const NumArray * ptr = 0;
Expand Down

0 comments on commit 9a156b3

Please sign in to comment.