Skip to content

Commit 151b4a3

Browse files
hulpkefingolfin
authored andcommitted
CLEANUP: Remove PreOrbishProcessing that does nothing.
1 parent 7abb7eb commit 151b4a3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/oprt.gd

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -746,10 +746,6 @@ end );
746746
## </ManSection>
747747
## <#/GAPDoc>
748748
##
749-
DeclareOperation( "PreOrbishProcessing", [IsGroup]);
750-
751-
InstallMethod( PreOrbishProcessing, [IsGroup], x->x );
752-
753749
BindGlobal( "OrbitishFO", function( name, reqs, famrel, usetype,realenum )
754750
local str, orbish, func,isnotest;
755751

@@ -823,8 +819,6 @@ local str, orbish, func,isnotest;
823819
"or ", name, "(<G>[,<Omega>],<pnt>[,<gens>,<acts>][,<act>])" );
824820
fi;
825821

826-
G := PreOrbishProcessing(G);
827-
828822
if not IsBound( gens ) then
829823
if (not IsPermGroup(G)) and CanEasilyComputePcgs( G ) then
830824
gens := Pcgs( G );
@@ -1120,8 +1114,6 @@ local str, orbish, func;
11201114
"or ", name, "(<G>[,<Omega>],<pnt>[,<gens>,<acts>][,<act>])" );
11211115
fi;
11221116

1123-
G := PreOrbishProcessing(G);
1124-
11251117
if not IsBound( gens ) then
11261118
if (not IsPermGroup(G)) and CanEasilyComputePcgs( G ) then
11271119
gens := Pcgs( G );

0 commit comments

Comments
 (0)