Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jul 26, 2022
1 parent e094418 commit 06b9dd7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/DataLayouts/struct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ Base.@propagate_inbounds @generated function get_struct(
return quote
Base.@_propagate_inbounds_meta
@inbounds bypass_constructor(S, $tup)
# @inbounds S($tup...)
# @inbounds S($(tup)...)
end
end

Expand Down Expand Up @@ -257,8 +255,5 @@ if VERSION >= v"1.7.0-beta1"
for m in methods(set_struct!)
m.recursion_relation = dont_limit
end
for m in methods(bypass_constructor)
m.recursion_relation = dont_limit
end
end
end

0 comments on commit 06b9dd7

Please sign in to comment.