Skip to content

Commit cc9c7dc

Browse files
committed
remove unused variable
1 parent 6528b63 commit cc9c7dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fusiontensor/fusedaxes.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ end
5454
function fusion_trees_external_multiplicities(
5555
outer_legs::Tuple{Vararg{AbstractGradedUnitRange}}
5656
)
57-
N = length(outer_legs)
5857
tree_arrows = isdual.(outer_legs)
5958
return mapreduce(vcat, CartesianIndices(blocklength.(outer_legs))) do it
6059
block_sectors = map((g, i) -> blocklabels(g)[i], outer_legs, Tuple(it))

0 commit comments

Comments
 (0)