diff options
-rw-r--r-- | lib/AST/ASTDiagnostic.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/AST/ASTDiagnostic.cpp b/lib/AST/ASTDiagnostic.cpp index 92d656eb06..d4c96cf01e 100644 --- a/lib/AST/ASTDiagnostic.cpp +++ b/lib/AST/ASTDiagnostic.cpp @@ -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: { |