Skip to content

Commit f854cd3

Browse files
committed
Code quality
1 parent 7061ac5 commit f854cd3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher.Infrastructure/Image/ImageCache.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
2-
using System.Collections.Concurrent;
32
using System.Collections.Generic;
43
using System.Linq;
5-
using System.Threading;
64
using System.Threading.Tasks;
75
using System.Windows.Media;
86
using BitFaster.Caching.Lfu;
@@ -55,7 +53,6 @@ public bool TryGetValue(string key, bool isFullImage, out ImageSource image)
5553
return image != null;
5654
}
5755

58-
5956
image = null;
6057
return false;
6158
}

0 commit comments

Comments
 (0)