mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Remove assertion from ~LockedPageManager
This assertion will occur any time that the client quits without shutting down properly due to an error condition. As the user will report this error instead of the error that was the root cause, it is better to remove it.
This commit is contained in:
parent
b4c219b622
commit
881027a79d
@ -37,7 +37,6 @@ public:
|
||||
|
||||
~LockedPageManagerBase()
|
||||
{
|
||||
assert(this->GetLockedPageCount() == 0);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user