Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 4, 2024
1 parent dca4d11 commit b7595a6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions +io/parseGroup.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@
if isempty(Type.typename)
parsed = types.untyped.Set(...
[attributeProperties; datasetProperties; groupProperties; linkProperties]);

if isempty(parsed)
%special case where a directory is simply empty. Return itself but
%empty
parsed(root) = [];
end
else
if groupProperties.Count > 0
%elide group properties
Expand Down

0 comments on commit b7595a6

Please sign in to comment.