Skip to content

Commit 482e373

Browse files
committed
Remove useless releases
1 parent d7ca36e commit 482e373

File tree

1 file changed

+0
-3
lines changed
  • Plugins/Flow.Launcher.Plugin.Program

1 file changed

+0
-3
lines changed

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,6 @@ static void MoveFile(string sourcePath, string destinationPath)
258258

259259
var cacheEmpty = _win32sCount == 0 || _uwpsCount == 0;
260260

261-
_win32sLock.Release();
262-
_uwpsLock.Release();
263-
264261
if (cacheEmpty || _settings.LastIndexTime.AddHours(30) < DateTime.Now)
265262
{
266263
_ = Task.Run(async () =>

0 commit comments

Comments
 (0)