Revision: 4646
Author: [email protected]
Date: Wed May 12 02:20:58 2010
Log: Build fix. Remove unused variable.

[email protected]
Review URL: http://codereview.chromium.org/2058005
http://code.google.com/p/v8/source/detail?r=4646

Modified:
 /branches/bleeding_edge/src/arm/virtual-frame-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/virtual-frame-arm.cc Wed May 12 02:00:29 2010 +++ /branches/bleeding_edge/src/arm/virtual-frame-arm.cc Wed May 12 02:20:58 2010
@@ -635,7 +635,6 @@


 void VirtualFrame::SetElementAt(Register reg, int this_far_down) {
-  int virtual_elements = kVirtualElements[top_of_stack_state_];
   if (this_far_down == 0) {
     Pop();
     Register dest = GetTOSRegister();

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to