Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 7f9a31b953c3d0446a95994423ed7b86f0100868..0f24c1b8f18566f6e81037f9b5b031de518713f4 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -3614,13 +3614,6 @@ bool Map::is_stable() { |
} |
-bool Map::has_code_cache() { |
- // Code caches are always fixed arrays. The empty fixed array is used as a |
- // sentinel for an absent code cache. |
- return code_cache()->length() != 0; |
-} |
- |
- |
bool Map::CanBeDeprecated() { |
int descriptor = LastAdded(); |
for (int i = 0; i <= descriptor; i++) { |