Skip to content

Commit

Permalink
v8: remove unnecessary break-after-return in switch statement
Browse files Browse the repository at this point in the history
BUG=v8:1642

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

This is a back-port of upstream r9043. Fixes build on OS X 10.5.
  • Loading branch information
jakobkummerow authored and bnoordhuis committed Aug 29, 2011
1 parent d2defa3 commit b5643cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/v8/src/elements.cc
Expand Up @@ -590,7 +590,6 @@ ElementsAccessor* ElementsAccessor::ForArray(FixedArrayBase* array) {
default:
UNREACHABLE();
return NULL;
break;
}
}

Expand Down

0 comments on commit b5643cb

Please sign in to comment.