From: Richard Trieu Date: Wed, 14 Jun 2017 03:19:58 +0000 (+0000) Subject: [ODRHash] Remove debugging code from r305361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21d1164a5d68f7189269e76d0d39f05e0fb2a239;p=clang [ODRHash] Remove debugging code from r305361 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305362 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/ODRHash.cpp b/lib/AST/ODRHash.cpp index a1c2fbb0c4..f037827da8 100644 --- a/lib/AST/ODRHash.cpp +++ b/lib/AST/ODRHash.cpp @@ -159,7 +159,6 @@ void ODRHash::AddTemplateArgument(TemplateArgument TA) { AddStmt(TA.getAsExpr()); break; case TemplateArgument::Pack: - llvm_unreachable("Pack"); break; } }