Eliminate an unused variable

llvm-svn: 64476
This commit is contained in:
Douglas Gregor 2009-02-13 19:13:32 +00:00
parent 1676c5b2d8
commit 10a451cb36
1 changed files with 0 additions and 3 deletions

View File

@ -103,9 +103,6 @@ llvm::Constant *CodeGenFunction::BuildBlockLiteralTmp() {
std::vector<llvm::Constant*> Elts;
llvm::Constant *C;
bool staticBlockTmp = (BlockRefDeclList == 0
&& BlockByrefDeclList == 0);
{
// C = BuildBlockStructInitlist();
unsigned int flags = BLOCK_HAS_DESCRIPTOR;