summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/Preprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Lex/Preprocessor.cpp')
-rw-r--r--clang/lib/Lex/Preprocessor.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/Lex/Preprocessor.cpp b/clang/lib/Lex/Preprocessor.cpp
index 27c2e676e65..18b106ad841 100644
--- a/clang/lib/Lex/Preprocessor.cpp
+++ b/clang/lib/Lex/Preprocessor.cpp
@@ -476,13 +476,6 @@ static void InitializePredefinedMacros(Preprocessor &PP,
DefineBuiltinMacro(Buf, "__int64=long long");
DefineBuiltinMacro(Buf, "__declspec(X)=");
}
- if (PP.getLangOptions().Blocks) {
- DefineBuiltinMacro(Buf, "__byref=__attribute__((__blocks__(byref)))");
- DefineBuiltinMacro(Buf, "__block=__attribute__((__blocks__(byref)))");
- } else {
- DefineBuiltinMacro(Buf, "__byref=");
- DefineBuiltinMacro(Buf, "__block=");
- }
// FIXME: Should emit a #line directive here.
}
OpenPOWER on IntegriCloud