mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-24 07:55:35 +08:00
refs #715 Assert no longer appropriate: pruning revision file means calling writeNewRevision when m_pendingWrite is false.
This commit is contained in:
@@ -417,7 +417,6 @@ namespace BlackMisc
|
||||
QMutexLocker lock(&m_mutex);
|
||||
|
||||
Q_ASSERT(m_updateInProgress);
|
||||
Q_ASSERT(m_pendingWrite);
|
||||
Q_ASSERT(m_lockFile.isLocked());
|
||||
|
||||
CAtomicFile revisionFile(m_basename + "/.rev");
|
||||
|
||||
Reference in New Issue
Block a user