X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..HEAD:/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();