Commit 425748f1 authored by Marko Mäkelä's avatar Marko Mäkelä

Cleanup: Replace a redundant statement with an assertion

parent 292015d4
......@@ -1580,7 +1580,7 @@ struct CreateTracker {
~CreateTracker()
UNIV_NOTHROW
{
ut_d(m_files.empty());
ut_ad(m_files.empty());
m_mutex.destroy();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment