summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNiels Weber <niels.2.weber@nokia.com>2012-04-02 16:37:14 +0200
committerNiels Weber <niels.2.weber@nokia.com>2012-04-03 12:14:33 +0200
commitd0f6762b8b19c7dd17bc06fc5523676513bc593a (patch)
tree8b5ffd5e43d716ee0cf978a0c93a6cb55f395b74 /tools
parent22e6708d99a95b02dbb512daa9b70ebeb92b4bcf (diff)
Remove leftover comment.
Change-Id: I750d3488ef6913e96332a3582a44e047cc76eea8 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/binarycreator/binarycreator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/binarycreator/binarycreator.cpp b/tools/binarycreator/binarycreator.cpp
index 749ad78c8..c690a29db 100644
--- a/tools/binarycreator/binarycreator.cpp
+++ b/tools/binarycreator/binarycreator.cpp
@@ -458,7 +458,6 @@ static QString createMetaDataDirectory(const QInstallerTools::PackageInfoVector
throw Error(QObject::tr("Could not copy %1.").arg(source));
if (sourceFileInfo.fileName() == QFileInfo(configFile).fileName()) {
- // if we just copied the config.xml, make sure to remove the RSA private key from it :-o
QFile configXml(targetDir.filePath(QLatin1String("config.xml")));
configXml.open(QIODevice::ReadOnly);
QDomDocument dom;