Skip to content

Commit b6c4f4d

Browse files
committed
minor
Signed-off-by: Santiago Figueroa Manrique <santiago.figueroa.manrique@alliander.com>
1 parent 4022bac commit b6c4f4d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

power_grid_model_c/power_grid_model/include/power_grid_model/main_model_impl.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ class MainModelImpl<ExtraRetrievableTypes<ExtraRetrievableType...>, ComponentLis
166166
return state_.components.template size<CompType>();
167167
}
168168

169-
// TODO: possibly remove, as well as from main_model.hpp
170169
// all component count
171170
std::map<std::string, Idx, std::less<>> all_component_count() const {
172171
auto const get_comp_count = [this]<typename CT>() {

0 commit comments

Comments
 (0)