Removed debug code

This commit is contained in:
Igor Chevdar
2017-08-03 13:44:42 +03:00
parent 5e55a75d59
commit df754c0215
-1
View File
@@ -706,7 +706,6 @@ ObjHeader** GetParamSlotIfArena(ObjHeader* param, ObjHeader** localSlot) {
void UpdateReturnRef(ObjHeader** returnSlot, const ObjHeader* object) {
if (isArenaSlot(returnSlot)) {
return;
if (object == nullptr
|| (object->container()->refCount_ & CONTAINER_TAG_MASK) > CONTAINER_TAG_NORMAL) {
// Not a subject of reference counting.