diff options
Diffstat (limited to 'lib/Sema/SemaExpr.cpp')
| -rw-r--r-- | lib/Sema/SemaExpr.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/lib/Sema/SemaExpr.cpp b/lib/Sema/SemaExpr.cpp index fbdf080bc4a74..2dfb95435dda9 100644 --- a/lib/Sema/SemaExpr.cpp +++ b/lib/Sema/SemaExpr.cpp @@ -1345,11 +1345,6 @@ Sema::LookupInObjCMethod(LookupResult &Lookup, Scope *S,        }      }    } -  if (LangOpts.ObjCNonFragileABI2 && LookForIvars && Lookup.empty()) { -    ObjCIvarDecl *Ivar = SynthesizeNewPropertyIvar(IFace, II); -    if (Ivar) -      return LookupInObjCMethod(Lookup, S, II, AllowBuiltinCreation); -  }    // Sentinel value saying that we didn't do anything special.    return Owned((Expr*) 0);  } | 
