kio: remove comment in authInfoUrl() function

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2024-03-17 21:51:55 +02:00
parent 590546bda8
commit 7c31e18dcf

View file

@ -82,7 +82,6 @@ static const int s_quit_signals[] = {
// authenticated before)
static QString authInfoUrl(const KUrl &authinfourl, const bool removeuser)
{
// the key is the protocol, user, host and port
const QString nullstring;
KUrl cleanurl(authinfourl);
if (removeuser) {