Skip to content

Commit

Permalink
Remove unnecessary step
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Nov 22, 2024
1 parent 7a890d6 commit cabbab5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pacman/operations/router_algorithms/application_router.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,6 @@ def route_application_graph() -> MulticastRoutingTableByPartition:
vertex_xy(m_vertex)
for m_vertex in source.splitter.get_out_going_vertices(
partition.identifier)}
internal_parts = source.splitter.get_internal_multicast_partitions()
all_source_xys.update(
vertex_xy(int_part.pre_vertex) for int_part in internal_parts)

# Keep track of the source edge chips
source_edge_xys: Set[XY] = set()
Expand Down

0 comments on commit cabbab5

Please sign in to comment.