mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
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