removed dead code and reduce compiler warnings about unused parameters

This commit is contained in:
Axel Kohlmeyer
2019-02-03 11:36:41 -05:00
parent d6eaf73db1
commit b417cfda9b
36 changed files with 83 additions and 93 deletions

View File

@ -78,7 +78,6 @@ double ComputeReduceRegion::compute_one(int m, int flag)
n = value2index[m];
}
int aidx = argindex[m];
int j = argindex[m];
double one = 0.0;