aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/rulesapplicator.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2014-06-04 16:32:15 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-06-11 23:07:41 +0200
commit74c99e52836a367c58a4f1108c5df527d3028f2c (patch)
tree28601e699769bfe0e98e263e7653190072e9113f /src/lib/corelib/buildgraph/rulesapplicator.h
parenta4041a342d21a7f950eba8255841f024ec93f0c8 (diff)
centralize input(s) property setup
For simplex rules we did set up the inputs with setupScriptEngineForArtifact. We removed setupScriptEngineForArtifact in favor of translateFileConfig. Change-Id: I0df90c65ad6157e715d83e785b3ae67d92ec2088 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/lib/corelib/buildgraph/rulesapplicator.h')
-rw-r--r--src/lib/corelib/buildgraph/rulesapplicator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/rulesapplicator.h b/src/lib/corelib/buildgraph/rulesapplicator.h
index 2cd63968f..334dfa084 100644
--- a/src/lib/corelib/buildgraph/rulesapplicator.h
+++ b/src/lib/corelib/buildgraph/rulesapplicator.h
@@ -60,7 +60,6 @@ public:
private:
void doApply(const ArtifactSet &inputArtifacts, QScriptValue &prepareScriptContext);
- void setupScriptEngineForArtifact(Artifact *artifact);
ArtifactSet collectOldOutputArtifacts(const ArtifactSet &inputArtifacts) const;
Artifact *createOutputArtifactFromRuleArtifact(const RuleArtifactConstPtr &ruleArtifact,
const ArtifactSet &inputArtifacts);