Skip to content

Commit

Permalink
simplify for bug report
Browse files Browse the repository at this point in the history
  • Loading branch information
Tortar authored Sep 26, 2024
1 parent 26e935c commit 2bdb907
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/HybridStructs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ function _hybrid(expr)
end

return quote
if !(@isdefined $abstract_struct_name_mut) && $(namify(abstract_type)) != Any
abstract type $abstract_struct_mut <: $abstract_type end
abstract type $abstract_struct_immut <: $abstract_type end
end
$struct_mut
$struct_immut
$union_struct
Expand Down

0 comments on commit 2bdb907

Please sign in to comment.