Revision: 12149
Author: [email protected]
Date: Fri Jul 20 00:12:06 2012
Log: Removed dead variable to make GCC 4.6 happy again.
[email protected]
Review URL: https://chromiumcodereview.appspot.com/10802047
http://code.google.com/p/v8/source/detail?r=12149
Modified:
/branches/bleeding_edge/src/compiler.cc
=======================================
--- /branches/bleeding_edge/src/compiler.cc Thu Jul 19 11:58:23 2012
+++ /branches/bleeding_edge/src/compiler.cc Fri Jul 20 00:12:06 2012
@@ -726,7 +726,6 @@
// 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);
}
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev