mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Cleanup: Replace a redundant statement with an assertion
This commit is contained in:
parent
292015d486
commit
425748f1b5
1 changed files with 1 additions and 1 deletions
|
@ -1580,7 +1580,7 @@ struct CreateTracker {
|
|||
~CreateTracker()
|
||||
UNIV_NOTHROW
|
||||
{
|
||||
ut_d(m_files.empty());
|
||||
ut_ad(m_files.empty());
|
||||
|
||||
m_mutex.destroy();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue