aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-06-24 14:50:05 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2013-06-24 17:48:20 +0200
commit45444bd82747c547d6a740b533f3847cf52eb2cb (patch)
tree694e55c47e54eafc3f74f9c230ddfa33278c947e
parentc6ecdbdbe84f24eb7ba9c1acb780339edf007624 (diff)
remove unused variable
Change-Id: I2221adf838f4c33ae279705ad93141ebce30338e Reviewed-by: Jake Petroules <jake.petroules@petroules.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
-rw-r--r--share/qbs/modules/utils.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qbs/modules/utils.js b/share/qbs/modules/utils.js
index 757243bda..c4bd7e601 100644
--- a/share/qbs/modules/utils.js
+++ b/share/qbs/modules/utils.js
@@ -9,7 +9,6 @@ function moduleProperties(config, key)
function modulePropertiesFromArtifacts(product, artifacts, moduleName, propertyName)
{
- var seenValues = []
var result = product.moduleProperties(moduleName, propertyName)
for (var i in artifacts)
result = result.concat(artifacts[i].moduleProperties(moduleName, propertyName))