Index: src/ic/ic-inl.h |
diff --git a/src/ic/ic-inl.h b/src/ic/ic-inl.h |
index 15e9851dcad87f5415d1401e561aa05f411ce567..58d7d4608f7b3ec8c2d3a5980e777b6b0ef4b684 100644 |
--- a/src/ic/ic-inl.h |
+++ b/src/ic/ic-inl.h |
@@ -125,9 +125,6 @@ void IC::SetTargetAtAddress(Address address, Code* target, |
void IC::set_target(Code* code) { |
-#ifdef VERIFY_HEAP |
- code->VerifyEmbeddedObjectsDependency(); |
-#endif |
SetTargetAtAddress(address(), code, constant_pool()); |
target_set_ = true; |
} |