1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-09 08:01:34 +03:00

Cleanup: Replace a redundant statement with an assertion

This commit is contained in:
Marko Mäkelä
2019-12-09 14:54:27 +02:00
parent 292015d486
commit 425748f1b5

View File

@@ -1580,7 +1580,7 @@ struct CreateTracker {
~CreateTracker()
UNIV_NOTHROW
{
ut_d(m_files.empty());
ut_ad(m_files.empty());
m_mutex.destroy();
}