diff options
-rw-r--r-- | Driver/RewriteObjC.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Driver/RewriteObjC.cpp b/Driver/RewriteObjC.cpp index e071cb904e..dd04a12d35 100644 --- a/Driver/RewriteObjC.cpp +++ b/Driver/RewriteObjC.cpp @@ -537,10 +537,6 @@ void RewriteObjC::Initialize(ASTContext &context) { Preamble += " int Size;\n"; Preamble += " void *FuncPtr;\n"; Preamble += "};\n"; - Preamble += "enum {\n"; - Preamble += " BLOCK_HAS_COPY_DISPOSE = (1<<25),\n"; - Preamble += " BLOCK_IS_GLOBAL = (1<<28)\n"; - Preamble += "};\n"; Preamble += "// Runtime copy/destroy helper functions\n"; Preamble += "__OBJC_RW_STATICIMPORT void _Block_copy_assign(void *, void *);\n"; Preamble += "__OBJC_RW_STATICIMPORT void _Block_byref_assign_copy(void *, void *);\n"; |