Removed useless default branch of switch statement.

The problem was caught by sanitizer build.

llvm-svn: 189575
This commit is contained in:
Serge Pavlov 2013-08-29 08:20:07 +00:00
parent c076d0682b
commit 0ccd3f61b1
1 changed files with 0 additions and 3 deletions

View File

@ -1870,9 +1870,6 @@ void Sema::DiagnoseAmbiguousLookup(LookupResult &Result) {
Diag((*DI)->getLocation(), diag::note_ambiguous_candidate) << *DI;
break;
}
default:
llvm_unreachable("unknown ambiguity kind");
}
}