Reviewers: Erik Corry, Description: Fix lint error.
[email protected] Please review this at http://codereview.chromium.org/193039 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/x64/macro-assembler-x64.cc Index: src/x64/macro-assembler-x64.cc =================================================================== --- src/x64/macro-assembler-x64.cc (revision 2832) +++ src/x64/macro-assembler-x64.cc (working copy) @@ -1344,7 +1344,6 @@ Register scratch, Label* gc_required, AllocationFlags flags) { - // Load address of new object into result. LoadAllocationTopHelper(result, result_end, scratch, flags); --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
