Commit d24efe53 authored by antonm@chromium.org's avatar antonm@chromium.org

Remove unused labels.

TBR=sgjesse@chromium.org

Review URL: http://codereview.chromium.org/2033009

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4652 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 07f95278
......@@ -1067,7 +1067,7 @@ void Builtins::Generate_ArrayCode(MacroAssembler* masm) {
// -- esp[0] : return address
// -- esp[4] : last argument
// -----------------------------------
Label generic_array_code, one_or_more_arguments, two_or_more_arguments;
Label generic_array_code;
// Get the Array function.
GenerateLoadArrayFunction(masm, edi);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment