remove stray line

This commit is contained in:
Glen Whitney 2017-10-22 18:31:05 +02:00
parent 0b6539f3e9
commit 110785feeb

View File

@ -397,7 +397,6 @@ InstallMethod(ViewString, "for opposite objects",
InstallMethod(\=, "for two opposite objects",
IsIdenticalObj,
[IsDefaultOppositeObject, IsDefaultOppositeObject],
[IsDefaultConjugatorObject, IsDefaultConjugatorObject],
function(l,r) return l![1] = r![1]; end
);