Skip to content

Commit

Permalink
Remove obsolete attribute from FindItems in ContentItemCollection (#5946
Browse files Browse the repository at this point in the history
)
  • Loading branch information
nkolev92 committed Aug 2, 2024
1 parent dc44240 commit 4d41382
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public void Load(IEnumerable<string> paths)
}
}

[Obsolete("Unused and will be removed in a future version.")]
public IEnumerable<ContentItem> FindItems(PatternSet definition)
{
return FindItemsImplementation(definition, _assets);
Expand Down

0 comments on commit 4d41382

Please sign in to comment.