aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Sema.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/Sema.h')
-rw-r--r--include/clang/Sema/Sema.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h
index 5ad60ee9e8..e84a554505 100644
--- a/include/clang/Sema/Sema.h
+++ b/include/clang/Sema/Sema.h
@@ -5901,9 +5901,6 @@ public:
bool IsInstance);
bool inferObjCARCLifetime(ValueDecl *decl);
-
- void DiagnoseARCUseOfWeakReceiver(NamedDecl *PDecl,
- QualType T, SourceLocation Loc);
ExprResult
HandleExprPropertyRefExpr(const ObjCObjectPointerType *OPT,