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:
Wladimir J. van der Laan 2015-05-15 11:44:58 +02:00
parent b4c219b622
commit 881027a79d

View file

@ -37,7 +37,6 @@ public:
~LockedPageManagerBase()
{
assert(this->GetLockedPageCount() == 0);
}