Reviewers: Erik Corry,

Description:
Build fix. Remove unused variable.

[email protected]

Please review this at http://codereview.chromium.org/2058005/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/arm/virtual-frame-arm.cc


Index: src/arm/virtual-frame-arm.cc
===================================================================
--- src/arm/virtual-frame-arm.cc        (revision 4644)
+++ src/arm/virtual-frame-arm.cc        (working copy)
@@ -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