Eliminate an unused variable
llvm-svn: 64476
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user