Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 145895b8f61ce82d3af62b6f2c5462b29da4fb52..b4edb8484bcc83c365e4f4c5426db611431d86c1 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4988,8 +4988,6 @@ class Code: public HeapObject { |
| inline bool marked_for_deoptimization(); |
| inline void set_marked_for_deoptimization(bool flag); |
| - bool allowed_in_shared_map_code_cache(); |
| - |
| // Get the safepoint entry for the given pc. |
| SafepointEntry GetSafepointEntry(Address pc); |