From debfe0ccd4642f56f30724e17e027b28a00bf5ee Mon Sep 17 00:00:00 2001 From: Yaron Keren Date: Wed, 12 Apr 2017 08:17:44 +0000 Subject: [PATCH] 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 --- include/clang/Sema/Sema.h | 3 --- 1 file changed, 3 deletions(-) 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()); -- 2.50.1