Skip to content

Commit

Permalink
Merge b9bb07a into fcd1f51
Browse files Browse the repository at this point in the history
  • Loading branch information
wilfwilson committed Sep 23, 2019
2 parents fcd1f51 + b9bb07a commit 2e3ceae
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/matobj.gi
Expand Up @@ -184,9 +184,6 @@ InstallMethod( Matrix,
#
InstallMethod( Matrix,
[IsSemiring, IsList, IsInt],
# FIXME: Remove this downranking, it was introduced to prevent
# Semigroups from breaking ahead of the 4.10 release
-SUM_FLAGS,
function( basedomain, list, nrCols )
local rep;
rep := DefaultMatrixRepForBaseDomain(basedomain);
Expand All @@ -195,9 +192,6 @@ InstallMethod( Matrix,

InstallMethod( Matrix,
[IsSemiring, IsList],
# FIXME: Remove this downranking, it was introduced to prevent
# Semigroups from breaking ahead of the 4.10 release
-SUM_FLAGS,
function( basedomain, list )
local rep;
if Length(list) = 0 then Error("list must be not empty"); fi;
Expand Down

0 comments on commit 2e3ceae

Please sign in to comment.