mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
Ignore an unused variable.
This commit is contained in:
@@ -370,6 +370,7 @@ void Entry::removeHistoryItems(QList<Entry*> historyEntries)
|
||||
Q_ASSERT(entry->uuid() == uuid());
|
||||
int numberOfRemovedEntries = m_history.removeAll(entry);
|
||||
Q_ASSERT(numberOfRemovedEntries > 0);
|
||||
Q_UNUSED(numberOfRemovedEntries);
|
||||
delete entry;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user