Skip to content

Commit 1ab85f0

Browse files
deleted obsolete local variable
1 parent fd6bb3d commit 1ab85f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gap/LoopIntegrals.gi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ InstallMethod( RationalDoubleShiftAlgebra,
10901090
[ IsHomalgRing ],
10911091

10921092
function( R )
1093-
local Q, r, Ds, D_s, c, exponents, B, A, shifts, pairs, Y;
1093+
local Q, Ds, D_s, c, exponents, B, A, shifts, pairs, Y;
10941094

10951095
if IsBound( R!.RationalDoubleShiftAlgebra ) then
10961096
return R!.RationalDoubleShiftAlgebra;

0 commit comments

Comments
 (0)