mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 15:46:09 +00:00
Eliminate an unused variable
llvm-svn: 64476
This commit is contained in:
parent
1676c5b2d8
commit
10a451cb36
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user