add_gen! was never used

This commit is contained in:
kalmar 2017-05-11 18:21:40 +02:00
parent 1e8c9468de
commit 48a80760fd
1 changed files with 0 additions and 5 deletions

View File

@ -70,11 +70,6 @@ function show(io::IO, G::FPGroup)
print(io, "rels:\t", join([rel for rel in G.rels], ","),"\n")
end
function add_gen!{T<:GSymbol}(G::FPGroup, g::T)
if !(g in G.gens)
push!(G.gens, g)
end
return G
end
function add_rel!{T<:FPSymbol}(G::FPGroup, w::GWord{T})