Skip to content

Commit

Permalink
Remove stale lines
Browse files Browse the repository at this point in the history
  • Loading branch information
phschaad committed Sep 7, 2023
1 parent b29a3f5 commit 8086bb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dace/codegen/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def _get_codegen_targets(sdfg: SDFG, frame: framecode.DaCeCodeGenerator):
state: SDFGState = parent
nsdfg = state.sdfg
frame.targets.add(disp.get_node_dispatcher(nsdfg, state, node))
elif isinstance(node, ScopeBlock):
frame.targets.add(disp.get_state_scope_dispatcher(parent, node))

# Array allocation
if isinstance(node, dace.nodes.AccessNode):
Expand Down

0 comments on commit 8086bb1

Please sign in to comment.