summaryrefslogtreecommitdiffstats
path: root/consistencycheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'consistencycheck.cpp')
-rw-r--r--consistencycheck.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/consistencycheck.cpp b/consistencycheck.cpp
index 759e2ae..7e463a2 100644
--- a/consistencycheck.cpp
+++ b/consistencycheck.cpp
@@ -433,9 +433,6 @@ void ConsistencyChecker::doFsCheck(const QFileInfo &start, const QVector<QString
}
mCancelMutex.unlock();
if(fi.isDir()){
- if(fi.fileName() == ".frameCache"){
- continue;
- }
doFsCheck(fi, md5sums);
}else{
QString md5sum = Helper::md5Sum(fi.absoluteFilePath());