mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kio: remove comment in authInfoUrl() function
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
590546bda8
commit
7c31e18dcf
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue