]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecompiler/RegisterID.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / bytecompiler / RegisterID.h
index 5ec7c448bbd0493609fd4674d7df2cfff73353cc..688c8b9c80f63c09eb11a011c65970b7331d4c43 100644 (file)
@@ -70,7 +70,6 @@ namespace JSC {
 
         void setIndex(int index)
         {
-            ASSERT(!m_refCount);
 #ifndef NDEBUG
             m_didSetIndex = true;
 #endif