]> granicus.if.org Git - clang/commitdiff
[ODRHash] Remove debugging code from r305361
authorRichard Trieu <rtrieu@google.com>
Wed, 14 Jun 2017 03:19:58 +0000 (03:19 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 14 Jun 2017 03:19:58 +0000 (03:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305362 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ODRHash.cpp

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