From: Yaron Keren Date: Wed, 12 Apr 2017 08:17:44 +0000 (+0000) Subject: Remove Sema::addOverloadedOperatorToUnresolvedSet declaration. Its definition was... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=debfe0ccd4642f56f30724e17e027b28a00bf5ee;p=clang Remove Sema::addOverloadedOperatorToUnresolvedSet declaration. Its definition was removed in r206436. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300036 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index dbd105584d..5a3cdfb77c 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -2996,9 +2996,6 @@ public: void LookupOverloadedOperatorName(OverloadedOperatorKind Op, Scope *S, QualType T1, QualType T2, UnresolvedSetImpl &Functions); - void addOverloadedOperatorToUnresolvedSet(UnresolvedSetImpl &Functions, - DeclAccessPair Operator, - QualType T1, QualType T2); LabelDecl *LookupOrCreateLabel(IdentifierInfo *II, SourceLocation IdentLoc, SourceLocation GnuLabelLoc = SourceLocation());