Skip to content

Commit ea243ad

Browse files
committed
Cleanup
1 parent 538beea commit ea243ad

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/Files.App/Utils/Cloud/Detector/LucidLinkCloudDetector.cs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ public sealed class LucidLinkCloudDetector : AbstractCloudDetector
1616
protected override async IAsyncEnumerable<ICloudProvider> GetProviders()
1717
{
1818
string volumePath = Path.Combine(Constants.UserEnvironmentPaths.SystemDrivePath, "Volumes");
19-
await foreach (var provider in GetLucidLinkV3Providers(volumePath))
20-
{
21-
yield return provider;
22-
}
23-
}
2419

25-
private async IAsyncEnumerable<ICloudProvider> GetLucidLinkV3Providers(string volumePath)
26-
{
2720
if (Directory.Exists(volumePath))
2821
{
2922
foreach (string directory in Directory.GetDirectories(volumePath))

0 commit comments

Comments
 (0)