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:
@@ -1580,7 +1580,7 @@ struct CreateTracker {
|
||||
~CreateTracker()
|
||||
UNIV_NOTHROW
|
||||
{
|
||||
ut_d(m_files.empty());
|
||||
ut_ad(m_files.empty());
|
||||
|
||||
m_mutex.destroy();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user