X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..refs/heads/master:/bytecode/ExecutionCounter.cpp diff --git a/bytecode/ExecutionCounter.cpp b/bytecode/ExecutionCounter.cpp index bacb49e..fe4e430 100644 --- a/bytecode/ExecutionCounter.cpp +++ b/bytecode/ExecutionCounter.cpp @@ -136,8 +136,6 @@ bool ExecutionCounter::setThreshold(CodeBlock* codeBlock) return false; } - ASSERT(!m_activeThreshold || !hasCrossedThreshold(codeBlock)); - // Compute the true total count. double trueTotalCount = count();