Skip to content

Commit 73762fb

Browse files
committed
remove accidental dedup code
1 parent f9435d0 commit 73762fb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/ExpressionBuilder.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -178,19 +178,6 @@ function strip_metadata(
178178
end
179179
return new_member
180180
end
181-
function strip_metadata(
182-
member::PopMember, options::AbstractOptions, dataset::Dataset{T,L}
183-
) where {T,L}
184-
return PopMember(
185-
strip_metadata(member.tree, options, dataset),
186-
member.cost,
187-
member.loss,
188-
nothing;
189-
member.ref,
190-
member.parent,
191-
deterministic=options.deterministic,
192-
)
193-
end
194181
function strip_metadata(
195182
member::PopMember{T,L,N}, options::AbstractOptions, dataset::Dataset{T,L}
196183
) where {T,L,N}

0 commit comments

Comments
 (0)