Skip to content

Commit

Permalink
CLEANUP: Remove PreOrbishProcessing that does nothing.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulpke authored and fingolfin committed Jun 13, 2019
1 parent 7abb7eb commit 151b4a3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lib/oprt.gd
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,6 @@ end );
## </ManSection>
## <#/GAPDoc>
##
DeclareOperation( "PreOrbishProcessing", [IsGroup]);

InstallMethod( PreOrbishProcessing, [IsGroup], x->x );

BindGlobal( "OrbitishFO", function( name, reqs, famrel, usetype,realenum )
local str, orbish, func,isnotest;

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

G := PreOrbishProcessing(G);

if not IsBound( gens ) then
if (not IsPermGroup(G)) and CanEasilyComputePcgs( G ) then
gens := Pcgs( G );
Expand Down Expand Up @@ -1120,8 +1114,6 @@ local str, orbish, func;
"or ", name, "(<G>[,<Omega>],<pnt>[,<gens>,<acts>][,<act>])" );
fi;

G := PreOrbishProcessing(G);

if not IsBound( gens ) then
if (not IsPermGroup(G)) and CanEasilyComputePcgs( G ) then
gens := Pcgs( G );
Expand Down

0 comments on commit 151b4a3

Please sign in to comment.