Skip to content

Commit 8b2a15d

Browse files
committed
remove unused variable
1 parent 8c129a4 commit 8b2a15d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/fusiontrees/manipulations.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,6 @@ function foldright((f₁, f₂)::FusionTreePair{I,N₁,N₂}) where {I,N₁,N₂
356356
fr = FusionTree{I}((c1, f₂.uncoupled...), c, (!isduala, f₂.isdual...))
357357
return fusiontreedict(I)((fl, fr) => factor)
358358
else
359-
hasmultiplicities = FusionStyle(a) isa GenericFusion
360359
local newtrees
361360
if N₁ == 1
362361
cset = (leftone(c1),) # or rightone(a)

0 commit comments

Comments
 (0)