Chromium Code Reviews| Index: src/isolate.cc |
| diff --git a/src/isolate.cc b/src/isolate.cc |
| index e473b020fd968c64d050ce9d808a4a4b5f5e75ec..01f457b93a53c5a1456e3a355ae5a354684269d7 100644 |
| --- a/src/isolate.cc |
| +++ b/src/isolate.cc |
| @@ -1855,11 +1855,6 @@ void Isolate::Exit() { |
| } |
| -void Isolate::ResetEagerOptimizingData() { |
| - compilation_cache_->ResetEagerOptimizingData(); |
| -} |
| - |
| - |
| #ifdef DEBUG |
| #define ISOLATE_FIELD_OFFSET(type, name, ignored) \ |
| const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_); |