Skip to content

Commit

Permalink
removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
lypoluz committed Mar 19, 2024
1 parent 5f8eb36 commit bef8075
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ogdf/basic/graph_generators/operations.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ void intersection(Graph& G1, const Graph& G2, const NodeArray<node>& nodeMap) {
void join(Graph& G1, const Graph& G2, NodeArray<node>& mapping) {
OGDF_ASSERT(mapping.valid());

int nodeCount = G1.numberOfNodes();
List<node> G1nodes {};
getAllNodes(G1, G1nodes);

Expand Down

0 comments on commit bef8075

Please sign in to comment.