From b9b206e2f11fe85c7c6f6368519c9caf71b6a49b Mon Sep 17 00:00:00 2001 From: "svenpanne@chromium.org" Date: Fri, 20 Jul 2012 07:12:06 +0000 Subject: [PATCH] Removed dead variable to make GCC 4.6 happy again. TBR=jkummerow@chromium.org Review URL: https://chromiumcodereview.appspot.com/10802047 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12149 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/compiler.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler.cc b/src/compiler.cc index f56406f..58ff42c 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 function = info->closure(); Compiler::RecordFunctionCompilation(Logger::LAZY_COMPILE_TAG, info, shared); } -- 2.7.4