mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
remove unused repo cache functions
This commit is contained in:
@@ -95,7 +95,6 @@ void CommandRun::run(Context ctx) {
|
||||
File repoFile = Serialize::deserialize<File>(ctx.repo->getObject(Object::ObjectType::File, relPath));
|
||||
if (!changeDetector.check({repoFile, ctx.repo}, {p, from})) {
|
||||
addFile(repoFile.id);
|
||||
ctx.repo->addToCache(repoFile);
|
||||
progress.print("Skipped: " + relPath, 1);
|
||||
runnerStats.filesSkipped++;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user