Remove default from switch.

BUG=
TEST=

Review URL: https://chromiumcodereview.appspot.com/10555026

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11849 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
mmassi@chromium.org 2012-06-18 12:56:49 +00:00
parent b2f9dc54ed
commit f6b5dc6628

View File

@ -937,10 +937,9 @@ class PostorderProcessor : public ZoneObject {
}
case NONE:
return father_;
default:
UNREACHABLE();
return NULL;
}
UNREACHABLE();
return NULL;
}
// Walks up the stack.