[ODRHash] Remove debugging code from r305361

llvm-svn: 305362
This commit is contained in:
Richard Trieu 2017-06-14 03:19:58 +00:00
parent ee132d6eb2
commit ee64f5eb93
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ void ODRHash::AddTemplateArgument(TemplateArgument TA) {
AddStmt(TA.getAsExpr());
break;
case TemplateArgument::Pack:
llvm_unreachable("Pack");
break;
}
}