Remove debugging code.

llvm-svn: 65753
This commit is contained in:
Anders Carlsson 2009-03-01 02:12:54 +00:00
parent c2f95b56db
commit 3113eedc8a
1 changed files with 0 additions and 2 deletions

View File

@ -147,8 +147,6 @@ static bool CanGenerateCodeForBlockExpr(CodeGenFunction &CGF,
for (size_t I = 0, E = Info.ByCopyDeclRefs.size(); I != E; ++I) {
const BlockDeclRefExpr *E = Info.ByCopyDeclRefs[I];
E->getType()->dump();
if (E->getType()->isBlockPointerType()) {
CGF.ErrorUnsupported(BE, "block expression with imported block");
return false;