aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulenode.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-07-12 13:30:46 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-07-13 06:19:11 +0000
commitfacd941064fbdad2a89ddc557e6540a2869a962f (patch)
tree222ab07e9670ed3a43288e80aad6386082a09276 /src/lib/corelib/buildgraph/rulenode.h
parent3393c9fbb834750f9437e6fef42482602d307a0f (diff)
Executor: Move rule-specific code to RulesApplicator
Having all the related code in one place makes it much easier to understand what is going on, and the Executor code is completely straightforward now. Change-Id: I0c8b2d0edafa69ad326f6afbb0ab1202fef9d885 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/rulenode.h')
-rw-r--r--src/lib/corelib/buildgraph/rulenode.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/rulenode.h b/src/lib/corelib/buildgraph/rulenode.h
index b10fa8e98..e9e86af9a 100644
--- a/src/lib/corelib/buildgraph/rulenode.h
+++ b/src/lib/corelib/buildgraph/rulenode.h
@@ -69,7 +69,6 @@ public:
struct ApplicationResult
{
- bool upToDate;
NodeSet createdArtifacts;
NodeSet invalidatedArtifacts;
};