Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazwarhili committed Oct 17, 2024
1 parent ece8753 commit 4360b61
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,6 @@ private void createNewConnectivityPosition(ConnectablePositionAdder<?> adder,
addConnectablePosition(adder, modificationInfos, network, reports, 1);
addConnectablePosition(adder, modificationInfos, network, reports, 2);
} else {
ConnectablePositionAdder.FeederAdder<?> feederAdder = adder.newFeeder();
addConnectablePosition(adder, modificationInfos, network, reports, 0);
}
}
Expand Down

0 comments on commit 4360b61

Please sign in to comment.