mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
take out redundant checks
svn path=/trunk/kdesupport/qca/; revision=657970
This commit is contained in:
parent
8fe846856a
commit
3002fca4ea
@ -281,7 +281,7 @@ void ProviderManager::scan()
|
||||
if(!i)
|
||||
continue;
|
||||
|
||||
if(i->p && haveAlready(i->p->name()))
|
||||
if(haveAlready(i->p->name()))
|
||||
{
|
||||
logDebug("skipping, we already have it");
|
||||
delete i;
|
||||
@ -351,7 +351,7 @@ void ProviderManager::scan()
|
||||
if(!i)
|
||||
continue;
|
||||
|
||||
if(i->p && haveAlready(i->p->name()))
|
||||
if(haveAlready(i->p->name()))
|
||||
{
|
||||
logDebug("skipping, we already have it");
|
||||
delete i;
|
||||
|
Loading…
x
Reference in New Issue
Block a user