Remove some dead code

llvm-svn: 74460
This commit is contained in:
Anders Carlsson 2009-06-29 21:39:57 +00:00
parent 9d203c636b
commit d7a1bc4466
1 changed files with 0 additions and 3 deletions

View File

@ -814,9 +814,6 @@ QualType Sema::GetTypeForDeclarator(Declarator &D, Scope *S, unsigned Skip,
case Declarator::KNRTypeListContext:
assert(0 && "K&R type lists aren't allowed in C++");
break;
default:
printf("context: %d\n", D.getContext());
assert(0);
case Declarator::PrototypeContext:
Error = 0; // Function prototype
break;