Remove unnecessary default in covered switch over enum

This cleans up the Clang -Werror build that was broken by r177180.

llvm-svn: 177184
This commit is contained in:
David Blaikie 2013-03-15 21:12:54 +00:00
parent 99514845df
commit c28422445a
1 changed files with 0 additions and 1 deletions

View File

@ -1132,7 +1132,6 @@ class TemplateDiff {
// Handle cases where the difference is not templates with different
// arguments.
switch (Tree.GetKind()) {
default:
case DiffTree::Invalid:
llvm_unreachable("Template diffing failed with bad DiffNode");
case DiffTree::Type: {