Skip to content

Commit

Permalink
[#74] Removes unused local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
iperdomo committed Apr 18, 2024
1 parent b8712ff commit d682994
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,6 @@ public static Flowchart create(Provenance provenance, IRuntimeScope scope,
*/
private void compile(Graph<IProvenance.Node, ProvenanceEdge> graph) {

Map<IProvenance.Node, Element> elements = new HashMap<>();
for (Node node : graph.vertexSet()) {
Element element = new Element(node);
root.children.add(element);
Expand Down

0 comments on commit d682994

Please sign in to comment.