Reviewers: Erik Corry, Description: Fix presubmit error in previous commit.
[email protected] Please review this at http://codereview.chromium.org/1640005/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/simulator-arm.cc Index: src/arm/simulator-arm.cc =================================================================== --- src/arm/simulator-arm.cc (revision 4388) +++ src/arm/simulator-arm.cc (working copy) @@ -319,7 +319,6 @@ PrintF("printobject <value>\n"); } } else if (strcmp(cmd, "stack") == 0 || strcmp(cmd, "mem") == 0) { - int32_t* cur = NULL; int32_t* end = NULL; int next_arg = 1; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev To unsubscribe, reply using "remove me" as the subject.
