| Index: src/compiler.cc
|
| diff --git a/src/compiler.cc b/src/compiler.cc
|
| index f56406f025beaed36e35600bd65b85603b917217..58ff42c7217fb09f030a0ae759f165103c7c3f76 100644
|
| --- a/src/compiler.cc
|
| +++ b/src/compiler.cc
|
| @@ -726,7 +726,6 @@ static void InstallCodeCommon(CompilationInfo* info) {
|
| // reset this bit when lazy compiling the code again.
|
| if (shared->optimization_disabled()) code->set_optimizable(false);
|
|
|
| - Handle<JSFunction> function = info->closure();
|
| Compiler::RecordFunctionCompilation(Logger::LAZY_COMPILE_TAG, info, shared);
|
| }
|
|
|
|
|