Removed redundant NDEBUGs

This commit is contained in:
Jack Andersen
2017-12-22 19:35:55 -10:00
parent 3eba4cc1ac
commit 4c2a262478
3 changed files with 0 additions and 10 deletions

View File

@@ -27,10 +27,8 @@ void Studio::addStudioSend(std::weak_ptr<Studio> studio, float dry, float auxA,
{
m_studiosOut.emplace_back(studio, dry, auxA, auxB);
#ifndef NDEBUG
/* Cyclic check */
assert(!_cyclicCheck(this));
#endif
}
void Studio::resetOutputSampleRate(double sampleRate)