Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index 374fa143a105e83ec852489b7eb7cf7ad96a04c0..cdb88b815584300ec13ffe14ddcf02a591382edd 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -4979,8 +4979,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); |