Chromium Code Reviews| Index: src/lithium.h |
| diff --git a/src/lithium.h b/src/lithium.h |
| index dd979a9712a1106c9c854ea8b805852a0fd6f60e..420a262180e34e74f2e8bba094b83dd0e6e364ea 100644 |
| --- a/src/lithium.h |
| +++ b/src/lithium.h |
| @@ -694,8 +694,6 @@ class LChunk: public ZoneObject { |
| protected: |
| LChunk(CompilationInfo* info, HGraph* graph); |
| - void RegisterDependentCodeForEmbeddedMaps(Handle<Code> code); |
| - |
| int spill_slot_count_; |
| private: |