Chromium Code Reviews| Index: src/objects.h |
| diff --git a/src/objects.h b/src/objects.h |
| index ea1a51c2c01f8f78069ca43c244da81e7eecef31..80a6985f941aadeb9665718e085627bc0e45f9cd 100644 |
| --- a/src/objects.h |
| +++ b/src/objects.h |
| @@ -7335,7 +7335,6 @@ class JSFunction: public JSObject { |
| // recompiled the next time it is executed. |
| void MarkForOptimization(); |
| void AttemptConcurrentOptimization(); |
| - void MarkInOptimizationQueue(); |
| // Tells whether or not the function is already marked for lazy |
| // recompilation. |