summaryrefslogtreecommitdiffstats
path: root/installerbuilder/common
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-11-07 17:37:27 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-11-08 13:28:00 +0100
commit8f7d6b327976da87ff8c312ab1528352ffbcf35a (patch)
tree5dc4fab360c9b12257e0d9845a1c0fb979db5a95 /installerbuilder/common
parenta6377f1695ca564ee6fea5cd71e3c4e6a128064f (diff)
Remove superfluous semicolon...
Change-Id: Ie9eb822191a5dc2a0ee16b78201cfce28577e42a Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/common')
-rw-r--r--installerbuilder/common/repository.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/installerbuilder/common/repository.cpp b/installerbuilder/common/repository.cpp
index 215d105fd..f67b73886 100644
--- a/installerbuilder/common/repository.cpp
+++ b/installerbuilder/common/repository.cpp
@@ -156,7 +156,6 @@ bool Repository::operator==(const Repository &other) const
{
return m_url == other.m_url && m_default == other.m_default && m_enabled == other.m_enabled
&& m_username == other.m_username && m_password == other.m_password;
-;
}
/*!