Remove an old/vacuous if clause.

llvm-svn: 57036
This commit is contained in:
Steve Naroff 2008-10-03 23:00:50 +00:00
parent 8c36a1c09c
commit 3d5a11c622
1 changed files with 0 additions and 6 deletions

View File

@ -472,12 +472,6 @@ std::string RewriteBlocks::SynthesizeBlockFunc(BlockExpr *CE, int i,
}
}
}
if (haveByRefDecls) {
// Remove |...|.
//const char *firstBarPtr = strchr(BodyStartBuf, '|');
//const char *secondBarPtr = strchr(firstBarPtr+1, '|');
//BodyBuf.replace(firstBarPtr-BodyStartBuf, secondBarPtr-firstBarPtr+1, "");
}
S += " ";
S += BodyBuf;
}