Skip to content
Snippets Groups Projects
Commit 21d1164a authored by Richard Trieu's avatar Richard Trieu
Browse files

[ODRHash] Remove debugging code from r305361

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@305362 91177308-0d34-0410-b5e6-96231b3b80d8
parent 3e9def37
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,6 @@ void ODRHash::AddTemplateArgument(TemplateArgument TA) { ...@@ -159,7 +159,6 @@ void ODRHash::AddTemplateArgument(TemplateArgument TA) {
AddStmt(TA.getAsExpr()); AddStmt(TA.getAsExpr());
break; break;
case TemplateArgument::Pack: case TemplateArgument::Pack:
llvm_unreachable("Pack");
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment