Commit f6b5dc66 authored by mmassi@chromium.org's avatar mmassi@chromium.org

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
parent b2f9dc54
......@@ -937,10 +937,9 @@ class PostorderProcessor : public ZoneObject {
}
case NONE:
return father_;
default:
UNREACHABLE();
return NULL;
}
UNREACHABLE();
return NULL;
}
// Walks up the stack.
......
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