From 88fb421a2891e0de6c752ae05593322af07f401e Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 10 Jun 2012 18:05:47 +0200 Subject: [PATCH] drop duplicate check Signed-off-by: Sven Strickroth --- src/TGitCache/FolderCrawler.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/TGitCache/FolderCrawler.cpp b/src/TGitCache/FolderCrawler.cpp index 9eba917b6..098146e7b 100644 --- a/src/TGitCache/FolderCrawler.cpp +++ b/src/TGitCache/FolderCrawler.cpp @@ -342,8 +342,6 @@ void CFolderCrawler::WorkerThread() CGitStatusCache::Instance().Done(); continue; } - if (!workingPath.Exists()) - continue; ATLTRACE(_T("Updating path: %s\n"), workingPath.GetWinPath()); { AutoLocker print(critSec); -- 2.11.4.GIT