Skip to content

Commit

Permalink
meataxe: remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 11, 2024
1 parent 707bbfd commit d1ec0ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/meataxe.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ end;
## It is called by IsAbsolutelyIrreducible()
##
SMTX.CompleteBasis:=function( matrices, basis )
local L, d, subd, subd0, zero, h, v, w, i, bno, gno, vno, newb, ngens;
local L, d, subd, subd0, h, v, w, i, bno, gno, vno, newb, ngens;

subd:=Length(basis);
subd0:=subd;
Expand All @@ -1525,7 +1525,6 @@ local L, d, subd, subd0, zero, h, v, w, i, bno, gno, vno, newb, ngens;
fi;
# L is list of normalized generators of the subspace spanned by basis.
L:=[];
zero:=Zero(basis[1][1]);
ngens:=Length(matrices);

# First find normalized generators for subspace itself.
Expand Down Expand Up @@ -1608,7 +1607,7 @@ SMTX.AbsoluteIrreducibilityTest:=function( module )
local dim, ndim, gcd, div, e, ct, F, q, ok,
M, v, M0, v0, C, C0, centmat, one, zero,
pow, matrices, newmatrices, looking,
basisN, basisB, basisBN, P, Pinv, i, j, k, offset, nblocks;
basisN, basisB, basisBN, P, Pinv, i, offset, nblocks;

if not SMTX.IsMTXModule(module) then
Error("Argument of IsAbsoluteIrreducible is not a module");
Expand Down

0 comments on commit d1ec0ac

Please sign in to comment.