diff options
Diffstat (limited to 'lib/CodeGen/CodeGenFunction.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenFunction.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/CodeGenFunction.cpp b/lib/CodeGen/CodeGenFunction.cpp index adeb4ebfd4..a54f9bd235 100644 --- a/lib/CodeGen/CodeGenFunction.cpp +++ b/lib/CodeGen/CodeGenFunction.cpp @@ -32,7 +32,6 @@ CodeGenFunction::CodeGenFunction(CodeGenModule &cgm) // FIXME: We need to rearrange the code for copy/dispose so we have this // sooner, so we can calculate offsets correctly. - BlockHasCopyDispose = false; if (!BlockHasCopyDispose) BlockOffset = CGM.getTargetData() .getTypeStoreSizeInBits(CGM.getGenericBlockLiteralType()) / 8; |