mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 11:46:30 +02:00
[Deps]Remove unused dependencies (#21371)
This commit is contained in:
committed by
GitHub
parent
c51103404f
commit
cca10d2455
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user