No point in including an empty foreach when NDEBUG isn't defined
This commit is contained in:
parent
8c18054a0d
commit
0698c65a83
@ -421,11 +421,11 @@ FrameSvgPrivate::~FrameSvgPrivate()
|
||||
#ifndef NDEBUG
|
||||
// qCDebug(LOG_PLASMA) << " " << it2.key() << rc << it2.value();
|
||||
#endif
|
||||
foreach (FrameSvg *data, it2.value()->references.keys()) {
|
||||
#ifndef NDEBUG
|
||||
foreach (FrameSvg *data, it2.value()->references.keys()) {
|
||||
qCDebug(LOG_PLASMA) << " " << (void *)data << it2.value()->references[data];
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
shares += rc - 1;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user