From 187446b5663a8b238eb2b6e04513368000ba2e53 Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 12 Jan 2022 10:56:38 +0100 Subject: Remove bogus reset of build graph's "dirty" flag It's unclear why that code was ever there. Fixes: QBS-1686 Change-Id: I893216c9b27afeec8913f59e55f475d58964eb92 Reviewed-by: Ivan Komissarov --- src/lib/corelib/buildgraph/projectbuilddata.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/corelib/buildgraph/projectbuilddata.cpp b/src/lib/corelib/buildgraph/projectbuilddata.cpp index 0ac6b1537..e0e70e650 100644 --- a/src/lib/corelib/buildgraph/projectbuilddata.cpp +++ b/src/lib/corelib/buildgraph/projectbuilddata.cpp @@ -240,7 +240,6 @@ void ProjectBuildData::removeArtifact(Artifact *artifact, artifact->transformer->outputs.remove(artifact); if (removeFromProduct) artifact->product->buildData->removeArtifact(artifact); - m_isDirty = false; } void ProjectBuildData::setDirty() -- cgit v1.2.3