aboutsummaryrefslogtreecommitdiff
path: root/tools/clang-cc/RewriteObjC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/clang-cc/RewriteObjC.cpp')
-rw-r--r--tools/clang-cc/RewriteObjC.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/clang-cc/RewriteObjC.cpp b/tools/clang-cc/RewriteObjC.cpp
index c3cc2c3852..2ce983ca85 100644
--- a/tools/clang-cc/RewriteObjC.cpp
+++ b/tools/clang-cc/RewriteObjC.cpp
@@ -127,7 +127,6 @@ namespace {
virtual void Initialize(ASTContext &context);
virtual void InitializeTU(TranslationUnit &TU) {
- TU.SetOwnsDecls(false);
Initialize(TU.getContext());
}