Skip to content

Commit

Permalink
Merge pull request #424 from jwillemsen/jwi-ddsx11simplify
Browse files Browse the repository at this point in the history
Small code simplication
  • Loading branch information
jwillemsen committed Jan 26, 2024
2 parents 859736c + bdd5ea8 commit cd41419
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ridlbe/ccmx11/facets/dds/visitors/struct.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def annotations
nested = 'TRUE'
nested = 'FALSE' if has_toplevel_annotation?
ann << IDL::AST::Annotation.new('nested', {v: nested})
ann
end
end # StructVisitor
end # CCMX11
Expand Down
1 change: 0 additions & 1 deletion ridlbe/ccmx11/facets/dds/visitors/union.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def annotations
nested = 'TRUE'
nested = 'FALSE' if has_toplevel_annotation?
ann << IDL::AST::Annotation.new('nested', {v: nested})
ann
end
end
end # CCMX11
Expand Down

0 comments on commit cd41419

Please sign in to comment.