diff options
Diffstat (limited to 'lib/CodeGen/CGBlocks.h')
-rw-r--r-- | lib/CodeGen/CGBlocks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/CodeGen/CGBlocks.h b/lib/CodeGen/CGBlocks.h index a2a1cdfdf6..bee729dcce 100644 --- a/lib/CodeGen/CGBlocks.h +++ b/lib/CodeGen/CGBlocks.h @@ -173,9 +173,6 @@ public: /// need to be run even in GC mode. bool HasCXXObject : 1; - /// HasWeakBlockVariable - True if block captures a weak __block variable. - bool HasWeakBlockVariable : 1; - const llvm::StructType *StructureType; const BlockExpr *Block; CharUnits BlockSize; |