Skip to content

Commit

Permalink
[tmva][sofie] Fix a compilation warning in SOFIE
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoneta committed Feb 28, 2024
1 parent f8ab9b7 commit 052ff17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tmva/sofie/src/RModel.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ void RModel::AddDynamicTensor(std::string tensor_name, ETensorType type, std::ve
DynamicTensorInfo new_tensor {type, shape};
fDynamicTensorInfos[tensor_name] = new_tensor;
// store shape parameter if not existing
int i = 0;
for (auto &d : shape) {
if (d.isParam) {
if (fShapeParams.count(d.param) == 0) {
Expand All @@ -220,7 +219,6 @@ void RModel::AddDynamicTensor(std::string tensor_name, ETensorType type, std::ve
}
}
}
i++;
}
}

Expand Down

0 comments on commit 052ff17

Please sign in to comment.