[Deps]Remove unused dependencies (#21371)

This commit is contained in:
Davide Giacometti
2022-11-08 18:35:06 +01:00
committed by GitHub
parent c51103404f
commit cca10d2455
39 changed files with 16 additions and 98 deletions

View File

@@ -4,7 +4,6 @@
using System;
using System.Collections.Generic;
using JetBrains.Annotations;
namespace Microsoft.Plugin.Folder.Sources.Result
{
@@ -14,7 +13,7 @@ namespace Microsoft.Plugin.Folder.Sources.Result
{
}
public FileSystemResult([NotNull] IEnumerable<DisplayFileInfo> collection)
public FileSystemResult(IEnumerable<DisplayFileInfo> collection)
: base(collection)
{
}