aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index ead873447b..faa7178f25 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -570,9 +570,6 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
} else {
Options.NeXTRuntime = Target->useNeXTRuntimeAsDefault();
}
-
- if (Options.CPlusPlus)
- Options.Blocks = 0;
}
static llvm::cl::opt<bool>