mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 21:47:38 +03:00
Ignore an unused variable.
This commit is contained in:
parent
13393ed2d3
commit
97b488b2ba
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue