]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/ExecutionCounter.cpp
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / bytecode / ExecutionCounter.cpp
index bacb49e3370af5da23875d21cd8fab25496e456b..fe4e430f10c9b6993dbcae3cfaabe52ee24d3561 100644 (file)
@@ -136,8 +136,6 @@ bool ExecutionCounter<countingVariant>::setThreshold(CodeBlock* codeBlock)
         return false;
     }
         
-    ASSERT(!m_activeThreshold || !hasCrossedThreshold(codeBlock));
-        
     // Compute the true total count.
     double trueTotalCount = count();