Skip to content

Commit b7b0869

Browse files
authored
Remove duplicate GAP wrapper (#4364)
This triggered Julia WARNINGS about method definitions being overwritten.
1 parent 64ec1fb commit b7b0869

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GAP/wrappers.jl

-1
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ GAP.@wrap OnTuples(x::GapObj, y::GapObj)::GapObj
312312
GAP.@wrap Order(x::Any)::GapInt
313313
GAP.@wrap OrthogonalComponents(x::GapObj, y::GapObj, z::GapInt)::GapObj
314314
GAP.@wrap PcElementByExponentsNC(x::GapObj, y::GapObj)::GapObj
315-
GAP.@wrap PcpElementByExponentsNC(x::GapObj, y::GapObj)::GapObj
316315
GAP.@wrap Pcgs(x::GapObj)::GapObj
317316
GAP.@wrap PcpElementByExponentsNC(x::GapObj, y::GapObj)::GapObj
318317
GAP.@wrap PcpGroupByCollectorNC(x::GapObj)::GapObj

0 commit comments

Comments
 (0)