mirror of
https://github.com/MariaDB/server.git
synced 2025-12-10 19:44:09 +03:00
Cleanup: Replace a redundant statement with an assertion
This commit is contained in:
@@ -1580,7 +1580,7 @@ struct CreateTracker {
|
|||||||
~CreateTracker()
|
~CreateTracker()
|
||||||
UNIV_NOTHROW
|
UNIV_NOTHROW
|
||||||
{
|
{
|
||||||
ut_d(m_files.empty());
|
ut_ad(m_files.empty());
|
||||||
|
|
||||||
m_mutex.destroy();
|
m_mutex.destroy();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user