mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
Ignore an unused variable.
This commit is contained in:
parent
13393ed2d3
commit
97b488b2ba
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user