aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/executor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/executor.cpp')
-rw-r--r--src/lib/corelib/buildgraph/executor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/corelib/buildgraph/executor.cpp b/src/lib/corelib/buildgraph/executor.cpp
index a8072c97c..92b664007 100644
--- a/src/lib/corelib/buildgraph/executor.cpp
+++ b/src/lib/corelib/buildgraph/executor.cpp
@@ -861,10 +861,6 @@ void Executor::finish()
m_artifactsRemovedFromDisk << filePath;
}
product->buildData->rescuableArtifactData.clear();
-
- // Similar logic applies for the artifacts scheduled for potential rule application.
- product->buildData->addedArtifactsByFileTag.clear();
- product->buildData->removedArtifactsByFileTag.clear();
}
}